StateFunction<T extends StatefulWidget, S> typedef
StateFunction<T extends StatefulWidget, S> =
void Function(CustomState<T, S> customState)
function with CustomStateMixin for call setCustomState
Implementation
typedef StateFunction<T extends StatefulWidget, S> = void Function(
CustomState<T, S> customState);