menu
bonfire package
documentation
mixins/direction_animation/direction_animation.dart
WithDirectionAnimation
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/direction_animation
WithDirectionAnimation
isLoaded property
WithDirectionAnimation mixin