gitFork static method

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

GitFork icon

Implementation

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