play static method

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

Play icon

Implementation

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