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