lectern static method

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

Lectern icon

Implementation

static Component lectern({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5e9', size: size);