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