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