Add themes and drawing field for kanji
This commit is contained in:
@@ -121,9 +121,9 @@ class _PractiseViewState extends State<PractiseView> {
|
||||
Icon(Icons.edit),
|
||||
Icon(Icons.animation),
|
||||
],
|
||||
isSelected: _flashcardToggles,
|
||||
isSelected: _kanjiToggles,
|
||||
onPressed: (int index) =>
|
||||
setState(() => _flashcardToggles[index] = !_flashcardToggles[index])),
|
||||
setState(() => _kanjiToggles[index] = !_kanjiToggles[index])),
|
||||
],
|
||||
),
|
||||
centerTitle: true,
|
||||
|
||||
Reference in New Issue
Block a user