fit property

BoxFit? fit
final

This is the BoxFit that will be used to fit the map in the available space. If not provided the default BoxFit will be BoxFit.contain.

Implementation

final BoxFit? fit;