bind method

void bind(
  1. Size widgetSize
)

Binds the controller to the AnimatedGlitchWithoutShader widget.

This is called automatically by the AnimatedGlitchWithoutShader widget.

Implementation

void bind(Size widgetSize) {
  this.widgetSize = widgetSize;
}