triangleAlert static method

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

TriangleAlert icon

Implementation

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