代码格式优化完毕

This commit is contained in:
toly
2022-03-26 21:25:40 +08:00
parent 36b5adbd7b
commit 59f8125e1a
265 changed files with 1684 additions and 1494 deletions

View File

@@ -15,6 +15,8 @@ import 'package:flutter/material.dart';
// }
class StyleDropDownButton extends StatefulWidget {
const StyleDropDownButton({Key? key}) : super(key: key);
@override
_StyleDropDownButtonState createState() => _StyleDropDownButtonState();
}
@@ -42,7 +44,7 @@ class _StyleDropDownButtonState extends State<StyleDropDownButton> {
color: _color,
),
DropdownButton<Color>(
hint: Text('请选择'),
hint: const Text('请选择'),
isDense: true,
iconSize:20,
iconEnabledColor:_color,