tablets static method

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

Tablets icon

Implementation

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