CaretChangedHandler typedef Null safety

CaretChangedHandler = void Function(Rect caretRect)

Signature for the callback that reports when the caret location changes.

Used by RenderEditable.onCaretChanged.

Implementation

typedef CaretChangedHandler = void Function(Rect caretRect);