cursorX property

  1. @override
int get cursorX
override

cursor x coordinate

Implementation

@override
int get cursorX {
  return _lastState?.cursorX ?? 0;
}