bottom method

DefineMContainerModifier bottom(
  1. double? value
)

Implementation

DefineMContainerModifier bottom(double? value) {
  return this.copyWith(valueBottom: value);
}