commented and aligned text for cog
This commit is contained in:
@@ -39,7 +39,9 @@ class HundULeineState extends State<HundULeine> {
|
||||
Widget build(BuildContext context) {
|
||||
return Column(
|
||||
children: [
|
||||
Text(AppLocalizations.of(context)!.mHund),
|
||||
Align(
|
||||
alignment: Alignment.bottomLeft,
|
||||
child: Text(AppLocalizations.of(context)!.mHund)),
|
||||
ListTile(
|
||||
visualDensity: const VisualDensity(vertical: -4),
|
||||
title: Text(AppLocalizations.of(context)!.ja),
|
||||
|
||||
Reference in New Issue
Block a user