marginTop method
Implementation
DefineMAddButtonModifier marginTop(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(top: value),
);
}
DefineMAddButtonModifier marginTop(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(top: value),
);
}