hasSelection property
bool
get
hasSelection
Whether anything is selected
Implementation
bool get hasSelection =>
nodes.isNotEmpty || connections.isNotEmpty || annotations.isNotEmpty;
Whether anything is selected
bool get hasSelection =>
nodes.isNotEmpty || connections.isNotEmpty || annotations.isNotEmpty;