IconSpec.exhaustive constructor
const
IconSpec.exhaustive({})
Implementation
const IconSpec.exhaustive({
required this.color,
required this.size,
required this.weight,
required this.grade,
required this.opticalSize,
required this.shadows,
required this.textDirection,
required this.applyTextScaling,
required this.fill,
required super.animated,
});