margin method
Implementation
DefineMColumnModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}
DefineMColumnModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}