forked from lxm_flutter/FlutterUnit
✨ 添加应用版本检查页
This commit is contained in:
11
lib/app/style/NoScrollBehavior.dart
Normal file
11
lib/app/style/NoScrollBehavior.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// create by 张风捷特烈 on 2020/6/16
|
||||
/// contact me by email 1981462002@qq.com
|
||||
/// 说明:
|
||||
|
||||
class NoScrollBehavior extends ScrollBehavior {
|
||||
@override
|
||||
Widget buildViewportChrome(
|
||||
BuildContext context, Widget child, AxisDirection axisDirection) => child;
|
||||
}
|
||||
Reference in New Issue
Block a user