caduandrade/davi_flutter

Adapt DaviColumn.grow behavior according to ColumnWidthBehavior configuration

Closed this issue · 0 comments

Behavior will depend on the ColumnWidthBehavior configuration.

If it is ColumnWidthBehavior.fit, the grow continues to work as it does today, just as a growth factor. All columns have a factor of 1 by default.

If it is ColumnWidthBehavior.scrollable, the grow will be used only in the initial layout and then it becomes resizable like any other column.