towerControl static method

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

TowerControl icon

Implementation

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