screenShare static method

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

ScreenShare icon

Implementation

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