imageLoadingFit method
Implementation
DefineMImageModifier imageLoadingFit(BoxFit? value) {
return this.copyWith(valueImgLoadingFit: value);
}
DefineMImageModifier imageLoadingFit(BoxFit? value) {
return this.copyWith(valueImgLoadingFit: value);
}