rollerCoaster static method

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

RollerCoaster icon

Implementation

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