snowflake static method

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

Snowflake icon

Implementation

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