menu
rx_reactor package
documentation
rx_reactor.dart
ContextReactor<S>
onInitState method
onInitState method
dark_mode
light_mode
onInitState
method
@
mustCallSuper
void
onInitState
(
State
<
StatefulWidget
>
state
)
Implementation
@mustCallSuper void onInitState(State state) { this.widgetState = state; }
rx_reactor package
documentation
rx_reactor
ContextReactor<S>
onInitState method
ContextReactor class