menu
bonfiremodify package
documentation
util/mixins/pushable.dart
Pushable
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;
bonfiremodify package
documentation
util/mixins/pushable
Pushable
parent property
Pushable mixin