thermometerSnowflake static method

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

ThermometerSnowflake icon

Implementation

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