📌  相关文章
📜  参数“imageUrl”因其类型而不能具有“null”值,但隐含的默认值为“null”.尝试添加显式非“null”默认值或“必需”修饰符.dart(missing_default_value_for_parameter) 代码示例

📅  最后修改于: 2022-03-11 14:48:16.190000             🧑  作者: Mango

代码示例1
The parameter 'imageUrl' can't have a value of 'null' because of its type, but the implicit default value is 'null'.
Try adding either an explicit non-'null' default value or the 'required' modifier.dart(missing_default_value_for_parameter)