作用:
控制child是否显示
区别:
Visibility 隐藏/可见,能保存组件的状态;Offstate不能保存组件的状态,组件重新加载
设置:
当offstage为true,控件隐藏; 当offstage为false,显示;
当Offstage不可见的时候,如果child有动画等,需要手动停掉,Offstage并不会停掉动画等操作。
const Offstage({ Key key, this.offstage = true, Widget child })
作用:
控制child是否显示
区别:
Visibility 隐藏/可见,能保存组件的状态;Offstate不能保存组件的状态,组件重新加载
设置:
当offstage为true,控件隐藏; 当offstage为false,显示;
当Offstage不可见的时候,如果child有动画等,需要手动停掉,Offstage并不会停掉动画等操作。
const Offstage({ Key key, this.offstage = true, Widget child })