codeXml static method

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

CodeXml icon

Implementation

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