Update loading widget style
This commit is contained in:
parent
82af9306f8
commit
71fd7277b1
1 changed files with 1 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
final loadWidget = Center(
|
||||
child: SizedBox.fromSize(
|
||||
size: Size.square(30),
|
||||
child: Platform.isIOS
|
||||
? CupertinoActivityIndicator()
|
||||
: CircularProgressIndicator(),
|
||||
child: CupertinoActivityIndicator(),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue