folderKey static method

ArcaneGlyph folderKey({
  1. IconSize size = IconSize.md,
})

FolderKey icon

Implementation

static ArcaneGlyph folderKey({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e335', size: size);