flagTriangleRight static method

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

FlagTriangleRight icon

Implementation

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