marginRight method
Implementation
DefineMContainerModifier marginRight(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(right: value),
);
}
DefineMContainerModifier marginRight(double value) {
return this.copyWith(
valueMargin: (this.valueMargin ?? EdgeInsets.zero).copyWith(right: value),
);
}