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