blocks static method

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

Blocks icon

Implementation

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