boxFit property

BoxFit? boxFit
final

How the image should be inscribed into the box. The default is BoxFit.scaleDown if centerSlice is null, and BoxFit.fill if centerSlice is not null. boxFit for only GFImageOverlay

Implementation

final BoxFit? boxFit;