IconDataProperty constructor

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