toggleRight static method

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

ToggleRight icon

Implementation

static Component toggleRight({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e18c', size: size);