menu
reown_appkit package
documentation
modal/widgets/widget_stack/i_widget_stack.dart
IWidgetStack
containsKey abstract method
containsKey abstract method
dark_mode
light_mode
containsKey
abstract method
bool
containsKey
(
Key
key
)
Checks if the stack contains a widget with the given key.
Implementation
bool containsKey(Key key);
reown_appkit package
documentation
modal/widgets/widget_stack/i_widget_stack
IWidgetStack
containsKey abstract method
IWidgetStack class