expands property

bool expands
final

Whether this widget's height will be sized to fill its parent.

If set to true and wrapped in a parent widget like Expanded or

Defaults to false.

Implementation

final bool expands;