widget_state_property library

Classes

WidgetStateProperty<States>
A state property that extends the StateProperty interface to pass a BuildContext in the resolver in order to support Flutter widgets.

Typedefs

StatefulWidgetResolver<States> = Widget? Function(BuildContext context, Set<States> states)
StatelessWidgetResolver = Widget? Function(BuildContext context)