telescope static method

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

Telescope icon

Implementation

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