section static method

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

Section icon

Implementation

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