📝 替换项目中的所有var

This commit is contained in:
toly
2020-10-21 16:06:38 +08:00
parent b837084305
commit 07a97df5b2
159 changed files with 405 additions and 417 deletions

View File

@@ -25,9 +25,9 @@ class MaterialAppDemo extends StatefulWidget {
}
class _WidgetsAppDemoState extends State<MaterialAppDemo> {
var _debugShowCheckedModeBanner = false;
var _showPerformanceOverlay = false;
var _debugShowMaterialGrid = false;
bool _debugShowCheckedModeBanner = false;
bool _showPerformanceOverlay = false;
bool _debugShowMaterialGrid = false;
@override
Widget build(BuildContext context) {
@@ -105,7 +105,7 @@ class HomePage extends StatefulWidget {
}
class _HomePageState extends State<HomePage> {
var _count = 0;
int _count = 0;
@override
Widget build(BuildContext context) {