forked from lxm_flutter/FlutterUnit
✨ 修改无水波纹TabBar实现
This commit is contained in:
@@ -25,9 +25,9 @@ class MaterialAppDemo extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _WidgetsAppDemoState extends State<MaterialAppDemo> {
|
||||
bool _debugShowCheckedModeBanner = false;
|
||||
bool _showPerformanceOverlay = false;
|
||||
bool _debugShowMaterialGrid = false;
|
||||
var _debugShowCheckedModeBanner = false;
|
||||
var _showPerformanceOverlay = false;
|
||||
var _debugShowMaterialGrid = false;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
@@ -105,7 +105,7 @@ class HomePage extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _HomePageState extends State<HomePage> {
|
||||
int _count = 0;
|
||||
var _count = 0;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user