FloatingWidget constructor

FloatingWidget({
  1. Key? key,
  2. required Widget child,
  3. bool rotate = true,
  4. bool scaleUpDown = true,
})

Implementation

FloatingWidget({Key? key, required this.child, this.rotate=true, this.scaleUpDown = true}) : super(key: key);