LoopTest2Widget constructor

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

Implementation

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