startGlyphHeight property
The line height at the start of the current selection.
Implementation
double get startGlyphHeight {
return _selectionDelegate.value.startSelectionPoint!.lineHeight;
}
The line height at the start of the current selection.
double get startGlyphHeight {
return _selectionDelegate.value.startSelectionPoint!.lineHeight;
}