planeTakeoff static method

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

PlaneTakeoff icon

Implementation

static Widget planeTakeoff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e3ce', size: size);