Remove unnecessary center widget
This commit is contained in:
parent
1bfb426341
commit
85ecdc3c9b
1 changed files with 4 additions and 6 deletions
|
@ -17,13 +17,11 @@ class _LoadingPhotosWidgetState extends State<LoadingPhotosWidget> {
|
|||
loadWidget,
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: Center(
|
||||
child: Text(
|
||||
"Hang on tight, your photos will appear in a jiffy! 🐣",
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
child: Text(
|
||||
"Hang on tight, your photos will appear in a jiffy! 🐣",
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue