selectionHeightStyle property

BoxHeightStyle selectionHeightStyle
inherited

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;
void selectionHeightStyle=(BoxHeightStyle value)
inherited

Implementation

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