setStrutStyle method

void setStrutStyle(
  1. StrutStyle? value
)

Implementation

void setStrutStyle(StrutStyle? value) {
  onNotifyWithCallback(() => strutStyle = value);
}