ForeachStateFunction typedef
ForeachStateFunction =
void Function(State<StatefulWidget> state)
Implementation
typedef ForeachStateFunction = void Function(flutter.State state);
typedef ForeachStateFunction = void Function(flutter.State state);