menu
cramr_ui_lib package
documentation
widgets/evalutation_row.dart
EvaluationRow
wrongAnswerKey static method
wrongAnswerKey static method
dark_mode
light_mode
wrongAnswerKey
static method
Key
wrongAnswerKey
(
String
expected
,
int
person
)
Implementation
static Key wrongAnswerKey(String expected, int person) { return Key('wrong_${expected}_$person'); }
cramr_ui_lib package
documentation
widgets/evalutation_row
EvaluationRow
wrongAnswerKey static method
EvaluationRow class