busFront static method

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

BusFront icon

Implementation

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