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,
children: [
TweenAnimationBuilder<double>(
tween: Tween(begin: 0, end: progress),
duration: Duration(milliseconds: 300),
builder: (context, value, _) => CircularProgressIndicator(strokeWidth: 3, value: value,)
),
tween: Tween(begin: 0, end: progress),
duration: Duration(milliseconds: 300),
builder: (context, value, _) => CircularProgressIndicator(strokeWidth: 3, value: value,)
),
IconButton(
onPressed: () {
// TODO: show details here