bookKey static method

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

BookKey icon

Implementation

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