switchCamera static method

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

SwitchCamera icon

Implementation

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