JsonIoniconBuilderModel constructor

const JsonIoniconBuilderModel(
  1. Map<String, dynamic> args, {
  2. bool? applyTextScaling,
  3. Color? color,
  4. double? fill,
  5. double? grade,
  6. required dynamic icon,
  7. double? opticalSize,
  8. String? semanticLabel,
  9. List<Shadow>? shadows,
  10. double? size,
  11. TextDirection? textDirection,
  12. double? weight,
})

Implementation

const JsonIoniconBuilderModel(
  super.args, {
  this.applyTextScaling,
  this.color,
  this.fill,
  this.grade,
  required this.icon,
  this.opticalSize,
  this.semanticLabel,
  this.shadows,
  this.size,
  this.textDirection,
  this.weight,
});