FlexibleExpandedExtension extension

Extension to easily apply Flexible and Expanded widgets.

on

Methods

expanded({int flex = 1}) Expanded

Available on Widget, provided by the FlexibleExpandedExtension extension

Wraps the widget with Expanded.
flexible({int flex = 1}) Flexible

Available on Widget, provided by the FlexibleExpandedExtension extension

Wraps the widget with Flexible.