mirror of
https://github.com/inventree/inventree-app.git
synced 2026-04-05 17:30:45 +00:00
Update flutter version (#805)
* Update flutter version - 3.32.4 to 3.41.6 (stable) * Update version and release notes * Update to modern API
This commit is contained in:
@@ -5,7 +5,7 @@ class Spinner extends StatefulWidget {
|
||||
const Spinner({
|
||||
this.color = COLOR_GRAY_LIGHT,
|
||||
Key? key,
|
||||
@required this.icon,
|
||||
required this.icon,
|
||||
this.duration = const Duration(milliseconds: 1800),
|
||||
}) : super(key: key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user