isStartActive property

bool get isStartActive

Implementation

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