laugh static method

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

Laugh icon

Implementation

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