endGlyphHeight property
The line height at the end of the current selection.
Implementation
double get endGlyphHeight {
return _selectionDelegate.value.endSelectionPoint!.lineHeight;
}
The line height at the end of the current selection.
double get endGlyphHeight {
return _selectionDelegate.value.endSelectionPoint!.lineHeight;
}