calendarX static method

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

CalendarX icon

Implementation

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