calendarPlus2 static method

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

CalendarPlus2 icon

Implementation

static Widget calendarPlus2({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5b6', size: size);