width method

Implementation

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