CuReIcon constructor

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

Implementation

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