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