Center align loading text
This commit is contained in:
parent
1965c30dfa
commit
33da12c857
1 changed files with 4 additions and 2 deletions
|
@ -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! 🐣",
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue