mousePointerBan static method

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

MousePointerBan icon

Implementation

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