CustomIcon constructor
const
CustomIcon(})
Implementation
const CustomIcon(
this.icon, {
Key? key,
this.size = 16,
this.scaleFactor = 1.5,
this.semanticLabel,
this.textDirection,
}) : super(key: key);
const CustomIcon(
this.icon, {
Key? key,
this.size = 16,
this.scaleFactor = 1.5,
this.semanticLabel,
this.textDirection,
}) : super(key: key);