hopOff static method

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

HopOff icon

Implementation

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