Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问这个构造方法为什么会一直打印,页面滑动也会打印 #103

Open
HealingW opened this issue May 17, 2021 · 0 comments

Comments

@HealingW
Copy link

/// 根据状态构造
///
/// 子类可以在构造函数指定需要的页面状态
/// FooModel():super(viewState:ViewState.busy);
ViewStateModel({ViewState viewState})
: _viewState = viewState ?? ViewState.idle {
debugPrint('ViewStateModel---constructor--->$runtimeType');
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant