unrestrictedSize property

bool unrestrictedSize
final

Whether the tag's height sizes itself to the child's size. This is useful for bigger fonts or non-text children like images and such. If false, the tag will have a set height.

Defaults to false.

Implementation

final bool unrestrictedSize;