startGlyphHeight property

double startGlyphHeight

The line height at the start of the current selection.

Implementation

double get startGlyphHeight {
  return _selectionDelegate.value.startSelectionPoint!.lineHeight;
}