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