nut static method

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

Nut icon

Implementation

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