StatefulWidgetFunction typedef
StatefulWidgetFunction =
void Function(BuildContext context, StateSetter setState)
Implementation
typedef StatefulWidgetFunction = void Function(
BuildContext context, StateSetter setState);