fix: 不直接使用value

This commit is contained in:
orz12
2024-01-25 10:00:15 +08:00
parent e6f9a76b9a
commit 59908e5e90

View File

@@ -66,7 +66,7 @@ class _WhisperPageState extends State<WhisperPage> {
padding: const EdgeInsets.all(0),
childAspectRatio: 1.25,
children:
_whisperController.msgFeedTop.value.map((item) {
_whisperController.msgFeedTop.map((item) {
return Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,