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