fileKey static method

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

FileKey icon

Implementation

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