powerOff static method

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

PowerOff icon

Implementation

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