fit property
How to inscribe the picture into the space allocated during layout. The default is BoxFit.contain.
Implementation
@override
BoxFit get fit => throw UnimplementedError();
How to inscribe the picture into the space allocated during layout. The default is BoxFit.contain.
@override
BoxFit get fit => throw UnimplementedError();