gitFork static method

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

GitFork icon

Implementation

static Widget gitFork({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e28d', size: size);