LoopTest1Widget constructor

LoopTest1Widget(
  1. double width,
  2. double height
)

Implementation

LoopTest1Widget(double width, double height) : super(width, height) {
  setKey( key );
}