functions/functions library

Typedefs

PropertyResolver<S, T> = T Function(Set<S> states)
return T value with the S state
StateBuilder<T extends StatefulWidget, S> = Widget Function(BuildContext context, Set<S> states, CustomState<T, S> customState)
return Widget with S state
StateFunction<T extends StatefulWidget, S> = void Function(CustomState<T, S> customState)
function with CustomStateMixin for call setCustomState
StateFutureFunction<S> = Future<S> Function({S? currentState})
return S state when call