menu
flame_3d_extras package
documentation
components/line_3d.dart
Line3D
isRemoving property
isRemoving property
dark_mode
light_mode
isRemoving
property
bool
get
isRemoving
inherited
Whether the component is scheduled to be removed.
Implementation
bool get isRemoving => (_state & _removing) != 0;
flame_3d_extras package
documentation
components/line_3d
Line3D
isRemoving property
Line3D class