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