menu
nubrick_flutter package
documentation
provider.dart
NubrickProviderState
storeKey method
storeKey method
dark_mode
light_mode
storeKey
method
void
storeKey
(
String
id
,
GlobalKey
<
State
<
StatefulWidget
>
>
key
)
Store a global key with an ID
Implementation
void storeKey(String id, GlobalKey key) { _keys[id] = key; }
nubrick_flutter package
documentation
provider
NubrickProviderState
storeKey method
NubrickProviderState class