widgetType property
The widget type the violation was found on, if known — as a string
(widget.runtimeType.toString()), not a Type, so a violation loaded
from a JSON report (e.g. a CI baseline) compares equal to a freshly
captured one.
Implementation
final String? widgetType;