expands property

bool expands
final

Whether the tab content should expand to fill the remaining available space. Defaults to false.

Contract

Throws an error if true and placed in a container with unbound height constraint, e.g. ListView.

Implementation

final bool expands;