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