menu
stroke_order_animator package
documentation
strokeOrderAnimationController
QuizSummary
nTotalMistakes property
nTotalMistakes
brightness_4
nTotalMistakes
property
Null safety
int
nTotalMistakes
Implementation
int get nTotalMistakes => mistakes.fold(0, (previous, current) => previous + current);
stroke_order_animator package
documentation
strokeOrderAnimationController
QuizSummary
nTotalMistakes property
QuizSummary class
Constructors
QuizSummary
Properties
correctStrokePaths
hashCode
mistakes
nStrokes
nTotalMistakes
runtimeType
Methods
noSuchMethod
reset
toString
Operators
operator ==