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