fit property

  1. @override
BoxFit? fit
final

How to inscribe the image into the space allocated during layout.

The default varies based on the other fields. See the discussion at paintImage.

Implementation

@override
final BoxFit? fit;