selectionHeightStyle property
Controls how tall the selection highlight boxes are computed to be.
See ui.BoxHeightStyle for details on available styles.
Implementation
ui.BoxHeightStyle get selectionHeightStyle => _selectionPainter.selectionHeightStyle;
Implementation
set selectionHeightStyle(ui.BoxHeightStyle value) {
_selectionPainter.selectionHeightStyle = value;
}