mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2025-02-01 23:00:49 +01:00
Make kanji result scrollable
This commit is contained in:
parent
5c04142c2a
commit
e7662a1b88
@ -17,7 +17,7 @@ class KanjiResultCard extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Column(
|
return ListView(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
margin: EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 30.0),
|
margin: EdgeInsets.fromLTRB(20.0, 20.0, 20.0, 30.0),
|
||||||
|
Loading…
Reference in New Issue
Block a user