width method

DefineMColumnModifier width(
  1. double? value
)

Implementation

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