bottom method

DefineMTextModifier bottom(
  1. double? value
)

Implementation

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