rotateCcwKey static method

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

RotateCcwKey icon

Implementation

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