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