bottom method

DefineMRowModifier bottom(
  1. double? value
)

Implementation

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