construction static method

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

Construction icon

Implementation

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