mousePointer2Off static method

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

MousePointer2Off icon

Implementation

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