describeWidget method
- @override
inherited
Returns a description of the Widget
associated with the current build context.
Implementation
@override
DiagnosticsNode describeWidget(String name, {DiagnosticsTreeStyle style = DiagnosticsTreeStyle.errorProperty}) {
return DiagnosticsProperty<Element>(name, this, style: style);
}