startLocation property

(Offset, TextPosition)? startLocation
final

Represents the starting location when initiating a floating cursor via long press. This is a tuple where the first item is the local offset and the second item is the new caret position. This is only non-null when a floating cursor is started.

Implementation

final (Offset, TextPosition)? startLocation;