planeLanding static method

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

PlaneLanding icon

Implementation

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