section static method

ArcaneGlyph section({
  1. IconSize size = IconSize.md,
})

Section icon

Implementation

static ArcaneGlyph section({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5e8', size: size);