toggleLeft static method

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

ToggleLeft icon

Implementation

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