backgroundImageFit method
Implementation
DefineMListViewModifier backgroundImageFit(BoxFit value) {
return this.copyWith(valueBackgroundImageFit: value);
}
DefineMListViewModifier backgroundImageFit(BoxFit value) {
return this.copyWith(valueBackgroundImageFit: value);
}