move abstract method

void move(
  1. ViewRef viewRef,
  2. [int index = -1]
)

Moves the provided viewRef into the specified index.

If index is not specified, the existing view will be moved to be the last view in the container.

Implementation

void move(ViewRef viewRef, [int index = -1]);