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.

Implementation

final BoxFit? boxFit;