calendarDays static method

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

CalendarDays icon

Implementation

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