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