margin method
Implementation
DefineMImageModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}
DefineMImageModifier margin(double? value) {
return this.copyWith(valueMargin: EdgeInsets.all(value ?? 0));
}