Skip to content

Commit c9fde9b

Browse files
committed
docs(icon): remove useless code
1 parent cdb526d commit c9fde9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/weui_icon.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WeuiIcon extends StatelessWidget {
2020
final WeuiIconType type;
2121
final bool msg;
2222
final Color color;
23-
Map<WeuiIconType, String> iconMap = const {
23+
final Map<WeuiIconType, String> iconMap = const {
2424
WeuiIconType.success: "\u{EA06}",
2525
WeuiIconType.warn: "\u{EA0B}",
2626
WeuiIconType.info: "\u{EA03}",

0 commit comments

Comments
 (0)