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