normalized property

Selection normalized

Returns a normalized selection that direction is forward.

Implementation

Selection get normalized => isBackward ? copyWith() : reversed.copyWith();