selectionHeightStyle property

BoxHeightStyle get selectionHeightStyle

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;
set selectionHeightStyle (BoxHeightStyle value)

Implementation

set selectionHeightStyle(ui.BoxHeightStyle value) {
  _selectionPainter.selectionHeightStyle = value;
}