SoftUiIcon constructor

const SoftUiIcon(
  1. IconData icon, {
  2. Color? color,
  3. double? size,
  4. Key? key,
})

Implementation

const SoftUiIcon(
  this.icon, {
  this.color,
  this.size,
  super.key,
});