refactor:按规范修改代码、注释等

This commit is contained in:
yifeng.yl
2019-02-19 12:59:38 +08:00
parent 16c91d1655
commit 62d7f31007
2 changed files with 0 additions and 8 deletions

View File

@ -9,10 +9,6 @@ import 'package:flutter/material.dart';
// DropdownButton 默认按钮的实例
// isDisabled:是否是禁用isDisabled 默认为true
<<<<<<< HEAD
=======
>>>>>>> 59253b7d99a8ef6fd83cd183d86e7416cf5a6235
var selectItValue;
var selectItemValue;

View File

@ -56,11 +56,7 @@ class _DemoState extends State<Demo> {
}
}
<<<<<<< HEAD
// 所有的 DropdownButton 按钮
=======
// 所有的 DropdownButton 按钮
>>>>>>> 59253b7d99a8ef6fd83cd183d86e7416cf5a6235
Widget allDropdownButtons(BuildContext context,_DemoState that){
return Container(
//padding: EdgeInsets.only(bottom: 20.0, top: 20.0, left: 0, right: 0),