setChildForAlignment method

  1. @protected
void setChildForAlignment(
  1. VxBox child
)
inherited

Implementation

@protected
void setChildForAlignment(T child) {
  _child = child;
}