navigationOff static method

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

NavigationOff icon

Implementation

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