Cleaned up idk

This commit is contained in:
2024-01-04 21:45:55 +02:00
parent 6a2df6938e
commit dca0c067cb
5 changed files with 8 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ class _FetchAPIState extends State<FetchAPI> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text("Fetching API"),
title: const Text("Fetched Arrivals"),
actions: [
// Refresh fetched list
IconButton(
@@ -27,9 +27,6 @@ class _FetchAPIState extends State<FetchAPI> {
},
icon: const Icon(Icons.refresh_sharp),
),
// Spacer
const SizedBox(width: 30,),
],
),
// RefreshIndicator is used so that user can pull down