squareDot static method

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

SquareDot icon

Implementation

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