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