busFront static method

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

BusFront icon

Implementation

static Widget busFront({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4fb', size: size);