mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2025-02-08 17:20:49 +01:00
Add missing colons to headers
This commit is contained in:
parent
e994d73506
commit
04793b58ca
@ -20,11 +20,11 @@ class KanjiBox extends StatelessWidget {
|
|||||||
aspectRatio: 1,
|
aspectRatio: 1,
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: const EdgeInsets.all(5),
|
padding: const EdgeInsets.all(5),
|
||||||
|
alignment: Alignment.center,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: menuColors.background,
|
color: menuColors.background,
|
||||||
borderRadius: BorderRadius.circular(10.0),
|
borderRadius: BorderRadius.circular(10.0),
|
||||||
),
|
),
|
||||||
child: Center(
|
|
||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
child: Text(
|
child: Text(
|
||||||
kanji,
|
kanji,
|
||||||
@ -36,7 +36,6 @@ class KanjiBox extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ class OtherForms extends StatelessWidget {
|
|||||||
children: forms.isNotEmpty
|
children: forms.isNotEmpty
|
||||||
? [
|
? [
|
||||||
const Text(
|
const Text(
|
||||||
'Other Forms',
|
'Other Forms:',
|
||||||
style: TextStyle(fontWeight: FontWeight.bold),
|
style: TextStyle(fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
Wrap(
|
Wrap(
|
||||||
|
Loading…
Reference in New Issue
Block a user