bus static method

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

Bus icon

Implementation

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