isSelecting property

bool isSelecting

Whether or not we're currently selecting a DrawObject.

Implementation

bool get isSelecting => selectedObjectIndex >= 0;