mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-19 22:06:31 +08:00
refactor:按规范修改代码、注释等
This commit is contained in:
@ -9,10 +9,6 @@ import 'package:flutter/material.dart';
|
||||
|
||||
// DropdownButton 默认按钮的实例
|
||||
// isDisabled:是否是禁用,isDisabled 默认为true
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> 59253b7d99a8ef6fd83cd183d86e7416cf5a6235
|
||||
var selectItValue;
|
||||
var selectItemValue;
|
||||
|
||||
|
@ -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),
|
||||
|
Reference in New Issue
Block a user