ForeachStateFunction typedef

ForeachStateFunction = void Function(State<StatefulWidget> state)

Implementation

typedef ForeachStateFunction = void Function(flutter.State state);