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