small indent fix

This commit is contained in:
RafayAhmad7548 2025-08-16 10:17:34 +05:00
parent 869f2c14c3
commit 7f3146d712

View file

@ -256,10 +256,10 @@ class SftpExplorer extends StatelessWidget {
alignment: Alignment.center, alignment: Alignment.center,
children: [ children: [
TweenAnimationBuilder<double>( TweenAnimationBuilder<double>(
tween: Tween(begin: 0, end: progress), tween: Tween(begin: 0, end: progress),
duration: Duration(milliseconds: 300), duration: Duration(milliseconds: 300),
builder: (context, value, _) => CircularProgressIndicator(strokeWidth: 3, value: value,) builder: (context, value, _) => CircularProgressIndicator(strokeWidth: 3, value: value,)
), ),
IconButton( IconButton(
onPressed: () { onPressed: () {
// TODO: show details here // TODO: show details here