github static method

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

Github icon

Implementation

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