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