strutStyle property

StrutStyle? strutStyle
final

The strut style to use. Strut style defines the strut, which sets minimum vertical layout metrics.

Omitting or providing null will disable strut.

Omitting or providing null for any properties of StrutStyle will result in default values being used. It is highly recommended to at least specify a font size.

See StrutStyle for details.

Implementation

final StrutStyle? strutStyle;