LineIcon.thermometerAlt4Full constructor

const LineIcon.thermometerAlt4Full({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? semanticLabel,
  5. TextDirection? textDirection,
})

Constructor for thermometer_1_4_full icon Name thermometer_1_4_full turns into flutterish thermometerAlt4Full

Implementation

const LineIcon.thermometerAlt4Full({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.thermometerAlt4Full,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );