remove warning

This commit is contained in:
guozhigq
2023-08-14 18:13:08 +08:00
parent 9b7d6d105a
commit 188cdbc64a
28 changed files with 26 additions and 49 deletions

View File

@ -121,7 +121,6 @@ class IntroDetail extends StatelessWidget {
}
InlineSpan buildContent(BuildContext context, content) {
String desc = content.desc;
List descV2 = content.descV2;
// type
// 1 普通文本
@ -146,7 +145,7 @@ class IntroDetail extends StatelessWidget {
},
);
default:
return TextSpan();
return const TextSpan();
}
});
return TextSpan(children: spanChilds);