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