top method

Implementation

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