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