GraduationCapIcon constructor

const GraduationCapIcon({
  1. Key? key,
  2. double size = 96,
  3. Color? color,
})

Implementation

const GraduationCapIcon({super.key, this.size = 96, this.color});