UI<V extends ViewModel> constructor
UI<V extends ViewModel> ({
- Key? key,
- PresenterCreator<
V> ? create,
Implementation
UI({
super.key,
PresenterCreator<V>? create,
}) {
_create = create ?? this.create;
}