Update loading style
This commit is contained in:
parent
9ff3470532
commit
dcc6190154
1 changed files with 7 additions and 4 deletions
|
@ -15,10 +15,13 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
|
|||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
loadWidget,
|
||||
Padding(padding: EdgeInsets.all(16)),
|
||||
Center(
|
||||
child: Text(
|
||||
"Hang on tight, your photos will appear in a jiffy! 🐣",
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Center(
|
||||
child: Text(
|
||||
"Hang on tight, your photos will appear in a jiffy! 🐣",
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue