width method

DefineMStackModifier width(
  1. double? value
)

Implementation

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