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