跳至主要内容

使 PageView.controller 可为空

摘要

#

如果在构造函数中未提供控制器,则controller 成员为null。这使得PageView及其controller属性与其他小部件保持一致。

迁移指南

#

之前

dart
pageView.controller.page

之后

dart
pageView.controller!.page

时间线

#

包含于版本:3.19.0-12.0.pre
稳定版发布:3.22.0

参考

#

相关问题