rollerCoaster static method

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

RollerCoaster icon

Implementation

static Component rollerCoaster({IconSize size = IconSize.md}) =>
    lucide.RollerCoaster(width: size.unit, height: size.unit);