forked from lxm_flutter/FlutterUnit
📝 替换项目中的所有var
This commit is contained in:
@@ -19,7 +19,7 @@ class CustomIndexedStack extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _CustomIndexedStackState extends State<CustomIndexedStack> {
|
||||
var _index = 1;
|
||||
int _index = 1;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user