rotateCcwKey static method

Widget rotateCcwKey({
  1. IconSize size = IconSize.md,
})

RotateCcwKey icon

Implementation

static Widget rotateCcwKey({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e650', size: size);