menu
flamemodify package
documentation
components.dart
KeyboardHandler
parent property
parent property
dark_mode
light_mode
parent
property
Component
?
get
parent
inherited
The current parent of the component, or null if there is none.
Implementation
Component? get parent => _parent;
flamemodify package
documentation
components
KeyboardHandler
parent property
KeyboardHandler mixin