Center align loading text

This commit is contained in:
Vishnu Mohandas 2020-06-21 02:46:39 +05:30
parent 1965c30dfa
commit 33da12c857

View file

@ -16,8 +16,10 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
children: [
loadWidget,
Padding(padding: EdgeInsets.all(16)),
Text(
"Hang on tight, your photos will appear in a jiffy! 🐣",
Center(
child: Text(
"Hang on tight, your photos will appear in a jiffy! 🐣",
),
)
],
),