calendarPlus2 static method

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

CalendarPlus2 icon

Implementation

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