AFFillWidgetListDelegate typedef

AFFillWidgetListDelegate = void Function(List<Widget> widgets)

Delegate used to fill a list of widgets.

Implementation

typedef AFFillWidgetListDelegate = void Function(List<Widget> widgets);