workflow static method

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

Workflow icon

Implementation

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