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