mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
chore: format
This commit is contained in:
@@ -433,14 +433,14 @@ class _ProgressPageState extends State<ProgressPage> with Refena {
|
||||
),
|
||||
const SizedBox(height: 5),
|
||||
TweenAnimationBuilder<double>(
|
||||
tween: Tween<double>(begin:0, end:_totalBytes == 0 ? 0 : currBytes / _totalBytes),
|
||||
tween: Tween<double>(begin: 0, end: _totalBytes == 0 ? 0 : currBytes / _totalBytes),
|
||||
duration: Duration(seconds: 1),
|
||||
curve: Curves.easeOut,
|
||||
builder: (context, value, child) {
|
||||
return CustomProgressBar(
|
||||
progress: value,
|
||||
borderRadius: 5,
|
||||
);
|
||||
progress: value,
|
||||
borderRadius: 5,
|
||||
);
|
||||
},
|
||||
),
|
||||
AnimatedCrossFade(
|
||||
|
||||
Reference in New Issue
Block a user