hd static method

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

Hd icon

Implementation

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