graduationCap static method

Component graduationCap({
  1. IconSize size = IconSize.md,
})

GraduationCap icon

Implementation

static Component graduationCap({IconSize size = IconSize.md}) =>
    lucide.GraduationCap(width: size.unit, height: size.unit);