menu
teeth_anatomy package
documentation
model/teeth_model.dart
TeethModel
TeethModel.new constructor
TeethModel.new constructor
dark_mode
light_mode
TeethModel
constructor
TeethModel
(
{
required
String
id
,
Color
?
unSelectedColor
,
String
?
char
,
Color
?
selectedColor
,
int
?
stroke
,
})
Implementation
TeethModel({ required this.id, this.unSelectedColor, this.char, this.selectedColor, this.stroke, });
teeth_anatomy package
documentation
model/teeth_model
TeethModel
TeethModel.new constructor
TeethModel class