scooter static method

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

Scooter icon

Implementation

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