fromSplashLayout method
Implementation
SplashLayoutController fromSplashLayout(SplashLayout view) {
super.fromView(view);
axisX = view.axisX;
axisY = view.axisY;
duration = view.duration;
content = view.content;
footer = view.footer;
_onExecute = view.onExecute;
_onRoute = view.onRoute;
return this;
}