📝 替换项目中的所有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,7 +25,7 @@ class CustomGestureDetector extends StatefulWidget {
}
class _CustomGestureDetectorState extends State<CustomGestureDetector> {
var _info = '';
String _info = '';
@override
Widget build(BuildContext context) {

View File

@@ -19,7 +19,7 @@ class TapGestureDetector extends StatefulWidget {
}
class _TapGestureDetectorState extends State<TapGestureDetector> {
var _info = '';
String _info = '';
@override
Widget build(BuildContext context) {

View File

@@ -21,7 +21,7 @@ class PanGestureDetector extends StatefulWidget {
}
class _PanGestureDetectorState extends State<PanGestureDetector> {
var _info = '';
String _info = '';
@override
Widget build(BuildContext context) {