mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 13:37:29 +01:00
Correct a formatting error
This commit is contained in:
parent
f76f0011ad
commit
f89724906b
@ -97,7 +97,10 @@ class _Page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final List<_Page> pages = [
|
final List<_Page> pages = [
|
||||||
_Page(content: SearchView(), titleBar: Text('Search')),
|
_Page(
|
||||||
|
content: SearchView(),
|
||||||
|
titleBar: Text('Search'),
|
||||||
|
),
|
||||||
_Page(
|
_Page(
|
||||||
content: KanjiView(),
|
content: KanjiView(),
|
||||||
titleBar: KanjiViewBar(),
|
titleBar: KanjiViewBar(),
|
||||||
|
Loading…
Reference in New Issue
Block a user