isStartActive property
bool
get
isStartActive
Implementation
bool get isStartActive =>
state.currentSelection == rangeId &&
state.selections.isNotEmpty &&
!state.previewAnchoredAtStart;
bool get isStartActive =>
state.currentSelection == rangeId &&
state.selections.isNotEmpty &&
!state.previewAnchoredAtStart;