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