power/widget_list_extensions library
Extensions
-
WidgetChantExt_WidgetList
on List<
Widget> - extension for List<T extends Widget> To make it is possible to use function calling instead of Widget Constructor for example: list.intoRow(); list.intoColumn(); list.intoCustomScrollView(); list.intoListView(); list.intoGridView();