fit property

StacFlexFit? fit
final

How this child is inscribed into the allocated space.

Type: StacFlexFit. When StacFlexFit.tight, the child is forced to fill the allocated space; when StacFlexFit.loose, the child can be at most as large as the allocated space.

Implementation

final StacFlexFit? fit;