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