settings2 static method

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

Settings2 icon

Implementation

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