gitGraph static method

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

GitGraph icon

Implementation

static Component gitGraph({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e554', size: size);