UIconBackground constructor

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

Implementation

const UIconBackground(this.icon, {required this.color, this.size = 42, super.key});