mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -28,6 +28,14 @@ class _SSHTabPageState extends State<SSHTabPage>
|
||||
final _fabVN = 0.vn;
|
||||
final _tabRN = RNode();
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
super.dispose();
|
||||
_pageCtrl.dispose();
|
||||
_tabRN.dispose();
|
||||
_fabVN.dispose();
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
|
||||
Reference in New Issue
Block a user