fileBox static method

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

FileBox icon

Implementation

static Component fileBox({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e310', size: size);