CarpenterIcon constructor

const CarpenterIcon(
  1. IconData icon, {
  2. Key? key,
  3. CarpenterIconTone tone = CarpenterIconTone.primary,
  4. double? size,
  5. String? semanticLabel,
})

Создает иконку.

Implementation

const CarpenterIcon(
  this.icon, {
  super.key,
  this.tone = CarpenterIconTone.primary,
  this.size,
  this.semanticLabel,
});