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