fit property

  1. @override
BoxFit get fit
override

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

Implementation

@override
BoxFit get fit => throw UnimplementedError();