backgroundImageFit method

DefineMAddButtonModifier backgroundImageFit(
  1. BoxFit value
)

Implementation

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