boxHeightStyle property
How the height of each line fragment is measured.
Defaults to ui.BoxHeightStyle.tight, which follows the code font's own metrics. Use ui.BoxHeightStyle.strut for chips that fill the line box.
Implementation
final ui.BoxHeightStyle? boxHeightStyle;