gitCompare static method

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

GitCompare icon

Implementation

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