flagOff static method

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

FlagOff icon

Implementation

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