state_property library
Classes
-
StateProperty<
States, ResolverType> -
WidgetStateProperty<
States> - A state property that extends the StateProperty interface to pass a BuildContext in the resolver in order to support Flutter widgets.
Typedefs
-
StatefulResolver<
States, ResolverType> = ResolverType? Function(Set< States> states) -
StatefulWidgetResolver<
States> = Widget? Function(BuildContext context, Set< States> states) -
StatelessResolver<
ResolverType> = ResolverType? Function() - StatelessWidgetResolver = Widget? Function(BuildContext context)