Moving constructor

Moving({
  1. required Container child,
  2. required double width,
  3. required double height,
})

Implementation

Moving({required this.child, required this.width, required this.height});