ListViewGeneratorForList extension
- on
Methods
-
generateList(
{required Widget itemBuilder(int)}) → List< Widget> -
Available on List, provided by the ListViewGeneratorForList extension
Generates a List of widgets based on the current list's length -
generateListView(
{required Widget itemBuilder(BuildContext, int), Axis scrollDirection = Axis.vertical, ScrollController? controller, bool shrinkWrap = false, bool reverse = false, ScrollPhysics physics = const BouncingScrollPhysics(), EdgeInsetsGeometry? padding}) → ListView -
Available on List, provided by the ListViewGeneratorForList extension
Generates a ListView.builder widget based on the List