settings static method

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

Settings icon

Implementation

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