calendarPlus static method

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

CalendarPlus icon

Implementation

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