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