imagePlay static method

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

ImagePlay icon

Implementation

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