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