marginBottom method
Implementation
DefineMRowModifier marginBottom(double value) {
return this.copyWith(
valueMargin:
(this.valueMargin ?? EdgeInsets.zero).copyWith(bottom: value),
);
}
DefineMRowModifier marginBottom(double value) {
return this.copyWith(
valueMargin:
(this.valueMargin ?? EdgeInsets.zero).copyWith(bottom: value),
);
}