command static method

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

Command icon

Implementation

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