dumbbell static method

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

Dumbbell icon

Implementation

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