mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Double-click the list tab to scroll to the top
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
/*
|
||||
* Copyright 2023 WangHongEn
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
import 'dart:io';
|
||||
import 'dart:ui';
|
||||
|
||||
@@ -9,6 +24,9 @@ import 'package:network_proxy/utils/lang.dart';
|
||||
import 'package:network_proxy/utils/platform.dart';
|
||||
import 'package:window_manager/window_manager.dart';
|
||||
|
||||
///启动按钮
|
||||
///@author wanghongen
|
||||
///2023/10/8
|
||||
class SocketLaunch extends StatefulWidget {
|
||||
static ValueNotifier<ValueWrap<bool>> startStatus = ValueNotifier(ValueWrap());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user