squareDashedMousePointer static method

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

SquareDashedMousePointer icon

Implementation

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