calendarClock static method

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

CalendarClock icon

Implementation

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