bottom method

DefineMColumnModifier bottom(
  1. double? value
)

Implementation

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