tramFront static method

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

TramFront icon

Implementation

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