Which type of selection handle to be displayed.

With mixed-direction text, both handles may be the same type. Examples:

  • LTR text: 'the fox': The '<' is drawn with the left type, the '>' with the right

  • RTL text: 'xof eht': Same as above.

  • mixed text: '<the nwor<b quick fox' Here 'the b' is selected, but 'brown' is RTL. Both are drawn with the left type.

Constants

collapsed TextSelectionHandleType

The start and end of the selection are co-incident at this point.

const TextSelectionHandleType(2)
left TextSelectionHandleType

The selection handle is to the left of the selection end point.

const TextSelectionHandleType(0)

The selection handle is to the right of the selection end point.

const TextSelectionHandleType(1)
values List<TextSelectionHandleType>

A constant List of the values in this enum, in order of their declaration.

const List<TextSelectionHandleType>

Properties

index int
read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited