fit method

Image fit(
  1. BoxFit? fit
)

Implementation

Image fit(BoxFit? fit) {
  return copyWith(fit: fit);
}