imagePlay static method

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

ImagePlay icon

Implementation

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