dumbbell static method

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

Dumbbell icon

Implementation

static Widget dumbbell({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e3a1', size: size);