width method

Implementation

DefineMAddButtonModifier width(double? value) {
  return this.copyWith(valueWidth: value);
}