dribbble static method

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

Dribbble icon

Implementation

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