expanded property

bool expanded
final

Whether the rail should expand to fill available space.

When true, the rail attempts to use all available space in its cross-axis direction. When false, the rail sizes itself to content.

Implementation

final bool expanded;