fileCode static method

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

FileCode icon

Implementation

static Component fileCode({IconSize size = IconSize.md}) =>
    lucide.FileCode(width: size.unit, height: size.unit);