move EasyLoading up
This commit is contained in:
parent
6bb2434b9d
commit
4698ac925b
@ -169,7 +169,9 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
close();
|
close();
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
child: FlutterEasyLoading(
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
|
backgroundColor: MyTheme.canvasColor,
|
||||||
floatingActionButton: _showBar
|
floatingActionButton: _showBar
|
||||||
? null
|
? null
|
||||||
: FloatingActionButton(
|
: FloatingActionButton(
|
||||||
@ -286,9 +288,6 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
FFI.sendMouse('up', 'left');
|
FFI.sendMouse('up', 'left');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
child: FlutterEasyLoading(
|
|
||||||
child: Container(
|
|
||||||
color: MyTheme.canvasColor,
|
|
||||||
child: Stack(children: [
|
child: Stack(children: [
|
||||||
ImagePaint(),
|
ImagePaint(),
|
||||||
CursorPaint(),
|
CursorPaint(),
|
||||||
@ -310,7 +309,7 @@ class _RemotePageState extends State<RemotePage> {
|
|||||||
onChanged: handleInput,
|
onChanged: handleInput,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
])),
|
]),
|
||||||
)),
|
)),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user