setSize method

void setSize(
  1. num? width,
  2. num? height,
  3. AnimationOptions? animation
)

Implementation

external void setSize(num? width, num? height, AnimationOptions? animation);