menu
bonfire package
documentation
mixins/direction_animation.dart
DirectionAnimation
isLoaded property
isLoaded property
dark_mode
light_mode
isLoaded
property
bool
get
isLoaded
inherited
Whether this component has completed its
onLoad
step.
Implementation
bool get isLoaded => (_state & _loaded) != 0;
bonfire package
documentation
mixins/direction_animation
DirectionAnimation
isLoaded property
DirectionAnimation mixin