bottom method

DefineMImageModifier bottom(
  1. double? value
)

Implementation

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