improve asnyc loading and error widgets
This commit is contained in:
@@ -129,7 +129,7 @@ class WebEngineHardeningScreen extends HookConsumerWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
loading: () => const SizedBox.shrink(),
|
||||
loading: () => const Center(child: CircularProgressIndicator()),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user