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