We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb526d commit c9fde9bCopy full SHA for c9fde9b
lib/weui_icon.dart
@@ -20,7 +20,7 @@ class WeuiIcon extends StatelessWidget {
20
final WeuiIconType type;
21
final bool msg;
22
final Color color;
23
- Map<WeuiIconType, String> iconMap = const {
+ final Map<WeuiIconType, String> iconMap = const {
24
WeuiIconType.success: "\u{EA06}",
25
WeuiIconType.warn: "\u{EA0B}",
26
WeuiIconType.info: "\u{EA03}",
0 commit comments