bold static method

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

Bold icon

Implementation

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