routeOff static method

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

RouteOff icon

Implementation

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