fit property

BoxFit? fit
final

How to inscribe the picture into the space allocated during layout. The default is BoxFit.contain.

Implementation

final BoxFit? fit;