caretPrototype property

  1. @override
Rect caretPrototype
override

Implementation

@override
Rect get caretPrototype =>
    Rect.fromLTWH(0, 0, 1, textPainter.preferredLineHeight);