LineIcon.thermometerAlt2Full constructor
const
LineIcon.thermometerAlt2Full({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for thermometer_1_2_full icon Name thermometer_1_2_full turns into flutterish thermometerAlt2Full
Implementation
const LineIcon.thermometerAlt2Full({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.thermometerAlt2Full,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);