backgroundImageFit method

DefineMTileModifier backgroundImageFit(
  1. BoxFit value
)

Implementation

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