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