turtle static method

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

Turtle icon

Implementation

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