NativeIcon constructor

const NativeIcon(
  1. NativeIconData icon, {
  2. Key? key,
  3. Type type = Icon,
  4. bool disableWarnings = kDebugMode,
  5. double? size,
  6. double? fill,
  7. double? weight,
  8. double? grade,
  9. double? opticalSize,
  10. Color? color,
  11. List<Shadow>? shadows,
  12. String? semanticLabel,
  13. TextDirection? textDirection,
  14. bool? applyTextScaling,
  15. BlendMode? blendMode,
})

Implementation

const NativeIcon(
  this.icon, {
  super.key,
  super.type = Icon,
  this.disableWarnings = kDebugMode,
  this.size,
  this.fill,
  this.weight,
  this.grade,
  this.opticalSize,
  this.color,
  this.shadows,
  this.semanticLabel,
  this.textDirection,
  this.applyTextScaling,
  this.blendMode,
});