sizeAll method
Implementation
DefineMColumnModifier sizeAll(double value) {
return this.copyWith(valueWidth: value, valueHeight: value);
}
DefineMColumnModifier sizeAll(double value) {
return this.copyWith(valueWidth: value, valueHeight: value);
}