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