GradientIcon constructor
const
GradientIcon(})
Implementation
const GradientIcon(
this.icon, {
Key? key,
this.size,
this.semanticLabel,
this.textDirection,
required this.gradient,
}) : super(key: key);
const GradientIcon(
this.icon, {
Key? key,
this.size,
this.semanticLabel,
this.textDirection,
required this.gradient,
}) : super(key: key);