讓 PageView.controller 可為 null
PageView.controller 現在可為 null。
摘要
#
如果在建構函式中未提供 controller,
controller 成員將會是 null。這讓
PageView 及其 controller 屬性與其他元件 (Widget) 保持一致。
遷移指南
#變更前:
dart
pageView.controller.page
變更後:
dart
pageView.controller!.page
時程
#
導入版本:3.19.0-12.0.pre
穩定版發布:3.22.0
參考資料
#相關議題:
Was this page's content helpful?
Unless stated otherwise, the documentation on this site reflects Flutter 3.44.0. Page last updated on 2026-06-14. View source or report an issue.