menu
nav_hooks package
documentation
dialog/hook_dialog.dart
HookState<R, T extends Hook<R>>
debugLabel property
debugLabel property
dark_mode
light_mode
debugLabel
property
String
?
get
debugLabel
A label used by the devtool to show the state of a
Hook
.
Implementation
String? get debugLabel => null;
nav_hooks package
documentation
dialog/hook_dialog
HookState<R, T extends Hook<R>>
debugLabel property
HookState class