route static method

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

Route icon

Implementation

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