【发布时间】:2021-10-11 20:50:27
【问题描述】:
我在运行代码时遇到问题。我看到这个错误:
Text(product.description,
style: TextStyle(
color: Colors.black,
),
和错误:
"The following assertion was thrown building DescriptionPage(dirty):
A non-null String must be provided to a Text widget.
'package:flutter/src/widgets/text.dart':
Failed assertion: line 285 pos 10: 'data != null'"
【问题讨论】:
标签: flutter