thermometerSnowflake static method

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

ThermometerSnowflake icon

Implementation

static Widget thermometerSnowflake({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e187', size: size);