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