LoopTest3Widget constructor

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

Implementation

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