fromViewBuilder method
Implementation
ViewBuilderController fromViewBuilder(ViewBuilder view) {
super.fromView(view);
currentIndex = view.currentIndex;
return this;
}
ViewBuilderController fromViewBuilder(ViewBuilder view) {
super.fromView(view);
currentIndex = view.currentIndex;
return this;
}