small indent fix
This commit is contained in:
parent
869f2c14c3
commit
7f3146d712
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue