Minor improvements

This commit is contained in:
Igor Kulikov
2022-09-01 17:41:11 +03:00
parent 964ae675d5
commit 50afc292b8

View File

@@ -29,7 +29,7 @@ class TbProgressIndicator extends ProgressIndicator {
} }
class _TbProgressIndicatorState extends State<TbProgressIndicator> class _TbProgressIndicatorState extends State<TbProgressIndicator>
with SingleTickerProviderStateMixin { with TickerProviderStateMixin {
late AnimationController _controller; late AnimationController _controller;
late CurvedAnimation _rotation; late CurvedAnimation _rotation;