DiTreDiDraggable constructor
const
DiTreDiDraggable({
- Key? key,
- required DiTreDiController controller,
- required Widget child,
- bool rotationEnabled = true,
- bool scaleEnabled = true,
Creates a DiTreDiDraggable widget.
Implementation
const DiTreDiDraggable({
Key? key,
required this.controller,
required this.child,
this.rotationEnabled = true,
this.scaleEnabled = true,
}) : super(key: key);