tractor static method

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

Tractor icon

Implementation

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