CaretChangedHandler typedef
Signature for the callback that reports when the caret location changes.
Used by RenderEditable.onCaretChanged.
Implementation
typedef CaretChangedHandler = void Function(Rect caretRect);
Signature for the callback that reports when the caret location changes.
Used by RenderEditable.onCaretChanged.
typedef CaretChangedHandler = void Function(Rect caretRect);