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,
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue