forked from lxm_flutter/FlutterUnit
✨ 修改无水波纹TabBar实现
This commit is contained in:
@@ -16,7 +16,7 @@ class DenseSwitchListTile extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _DenseSwitchListTileState extends State<DenseSwitchListTile> {
|
||||
bool _value=false;
|
||||
var _value=false;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user