top method

Implementation

DefineMImageModifier top(double? value) {
  return this.copyWith(valueTop: value);
}