toggleRight static method

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

ToggleRight icon

Implementation

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