fit property

BoxFitUtility<T> get fit

Implementation

BoxFitUtility<T> get fit {
  return BoxFitUtility((fit) => only(fit: fit));
}