endGlyphHeight property

double endGlyphHeight

The line height at the end of the current selection.

Implementation

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