fromStackLayout method
Implementation
StackLayoutController fromStackLayout(StackLayout view) {
super.fromView(view);
layoutGravity = view.layoutGravity;
children = view.children;
return this;
}
StackLayoutController fromStackLayout(StackLayout view) {
super.fromView(view);
layoutGravity = view.layoutGravity;
children = view.children;
return this;
}