How thick the cursor will be.
double get cursorWidth => _cursorWidth;
set cursorWidth(double value) { if (_cursorWidth == value) return; _cursorWidth = value; markNeedsLayout(); }