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