Fix text not centered correctly

This commit is contained in:
Ming Ming 2022-05-15 19:48:48 +08:00
parent 2fabcf4db6
commit 021291705c

View file

@ -24,6 +24,7 @@ class EmptyListIndicator extends StatelessWidget {
Text(
text,
style: const TextStyle(fontSize: 24),
textAlign: TextAlign.center,
),
],
),