ContextWidgetList typedef

ContextWidgetList = List<Widget> Function(BuildContext context)

Implementation

typedef ContextWidgetList =
  List<Widget> Function(BuildContext context);