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