plane static method

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

Plane icon

Implementation

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