getFullHeightForCaret method

  1. @override
double? getFullHeightForCaret(
  1. TextPosition position
)
override

Returns the strut bounded height of the glyph at the given position.

Valid only after layout.

Implementation

@override
double? getFullHeightForCaret(TextPosition position) =>
    rp.getFullHeightForCaret(position);