car static method

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

Car icon

Implementation

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