section static method

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

Section icon

Implementation

static Component section({IconSize size = IconSize.md}) =>
    lucide.Section(width: size.unit, height: size.unit);