endGlyphHeight property

double get endGlyphHeight

The line height at the end of the current selection.

Implementation

double get endGlyphHeight {
  return _selectionDelegate.value.endSelectionPoint!.lineHeight;
}