CarpenterIcon constructor
const
CarpenterIcon(
- IconData icon, {
- Key? key,
- CarpenterIconTone tone = CarpenterIconTone.primary,
- double? size,
- String? semanticLabel,
Создает иконку.
Implementation
const CarpenterIcon(
this.icon, {
super.key,
this.tone = CarpenterIconTone.primary,
this.size,
this.semanticLabel,
});