JsonIconBuilder constructor

const JsonIconBuilder({
  1. Color? color,
  2. double? fill,
  3. double? grade,
  4. required IconData? icon,
  5. double? opticalSize,
  6. String? semanticLabel,
  7. List<Shadow>? shadows,
  8. double? size,
  9. TextDirection? textDirection,
  10. double? weight,
})

Implementation

const JsonIconBuilder({
  this.color,
  this.fill,
  this.grade,
  required this.icon,
  this.opticalSize,
  this.semanticLabel,
  this.shadows,
  this.size,
  this.textDirection,
  this.weight,
}) : super(numSupportedChildren: kNumSupportedChildren);