paintBucket static method

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

PaintBucket icon

Implementation

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