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