CustomSelectedIcon constructor

const CustomSelectedIcon({
  1. dynamic key,
  2. required dynamic icon,
})

Implementation

const CustomSelectedIcon({super.key, required this.icon});