shuffle static method

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

Shuffle icon

Implementation

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