页面基础类 lazyCreate 是否等第一帧绘制完成之后在走onCreate生命周期 isCanBackPressed 是否支持返回事件
lazyCreate
isCanBackPressed
BasePage({ super.key, this.lazyCreate = false, this.isCanBackPressed = true, });