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