strutStyle property
set
strutStyle
(StrutStyle value)
Implementation
set strutStyle(StrutStyle value) {
if (_prototypePainter.strutStyle == value) {
return;
}
_prototypePainter.strutStyle = value;
markNeedsLayout();
}