SvgIconDataProperty constructor
SvgIconDataProperty(
- String name,
- SvgIconData? value, {
- String? ifNull,
- bool showName = true,
- DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
- DiagnosticLevel level = DiagnosticLevel.info,
Create a diagnostics property for SvgIconData.
Implementation
SvgIconDataProperty(
String super.name,
super.value, {
super.ifNull,
super.showName,
super.style,
super.level,
});