menu
refreshed package
documentation
get_state_manager/src/simple/get_state.dart
StateAccessExtension extension
StateAccessExtension extension
dark_mode
light_mode
StateAccessExtension
extension
Extension methods for accessing state in the context of a widget build.
on
BuildContext
Methods
get
<
T
>
(
)
→ T
Gets the current value of state of type
T
without rebuilding the widget.
listen
<
T
>
(
)
→ T
Listens for state changes of type
T
and rebuilds the widget when it changes.
refreshed package
documentation
get_state_manager/src/simple/get_state
StateAccessExtension extension
get_state library