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