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