menu
sunny_essentials package
documentation
state/state_observer.dart
BaseState<T extends StatefulWidget>
childKey method
childKey method
dark_mode
light_mode
childKey
method
Key
childKey
(
String
name
)
Implementation
Key childKey(String name) { return Key("$stateId$name"); }
sunny_essentials package
documentation
state/state_observer
BaseState<T extends StatefulWidget>
childKey method
BaseState class