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