reversed property

Selection reversed

Returns a reversed selection.

Implementation

Selection get reversed => copyWith(start: end, end: start);