SvgIconDataProperty constructor

SvgIconDataProperty(
  1. String name,
  2. SvgIconData? value, {
  3. String? ifNull,
  4. bool showName = true,
  5. DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
  6. 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,
});