move EasyLoading up

This commit is contained in:
open-trade 2020-11-29 02:15:23 +08:00
parent 6bb2434b9d
commit 4698ac925b

View File

@ -169,7 +169,9 @@ class _RemotePageState extends State<RemotePage> {
close();
return false;
},
child: FlutterEasyLoading(
child: Scaffold(
backgroundColor: MyTheme.canvasColor,
floatingActionButton: _showBar
? null
: FloatingActionButton(
@ -286,9 +288,6 @@ class _RemotePageState extends State<RemotePage> {
FFI.sendMouse('up', 'left');
}
},
child: FlutterEasyLoading(
child: Container(
color: MyTheme.canvasColor,
child: Stack(children: [
ImagePaint(),
CursorPaint(),
@ -310,7 +309,7 @@ class _RemotePageState extends State<RemotePage> {
onChanged: handleInput,
),
),
])),
]),
)),
));
}