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