imagePlay static method

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

ImagePlay icon

Implementation

static Component imagePlay({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5df', size: size);