gitBranch static method

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

GitBranch icon

Implementation

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