TeethWidget constructor
const
TeethWidget({})
Implementation
const TeethWidget(
{required this.onTap,
required this.teeth,
super.key,
this.size = 500,
this.textPaddingLeft,
this.textPaddingTop,
this.selectedColor,
this.textStyle,
this.borderColor,
this.borderWith,
this.showIndex,
this.unSelectedColor});