backgroundImageFit method

DefineMRowModifier backgroundImageFit(
  1. BoxFit value
)

Implementation

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