JsonIconBuilder constructor
JsonIconBuilder({})
Implementation
JsonIconBuilder({
this.color,
required this.icon,
this.semanticLabel,
this.shadows,
this.size,
this.textDirection,
}) : super(numSupportedChildren: kNumSupportedChildren);