tableOfContents static method

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

TableOfContents icon

Implementation

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