monitorPlay static method

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

MonitorPlay icon

Implementation

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