mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
Add progress indicators to a bunch o' stuff
This commit is contained in:
13
lib/widget/progress.dart
Normal file
13
lib/widget/progress.dart
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/*
|
||||
* Construct a circular progress indicator
|
||||
*/
|
||||
Widget progressIndicator() {
|
||||
|
||||
return Center(
|
||||
child: CircularProgressIndicator()
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user