backgroundImageFit method

DefineMStackModifier backgroundImageFit(
  1. BoxFit value
)

Implementation

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