intrinsicWidth property

bool? intrinsicWidth
final

Whether the group should intrinsically size to the widest child. Defaults to false.

Contract

Throws AssertionError if a FTileGroup.builder is used in a FTileGroup.merge that has intrinsic width.

Implementation

final bool? intrinsicWidth;