planeTakeoff static method

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

PlaneTakeoff icon

Implementation

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