ManipulatingBall constructor
- {required dynamic onDrag( ),
- required VoidCallback showAndHide,
- required ValueNotifier<
bool> notifier, - Key? key}
Initialise this object.
Implementation
const ManipulatingBall({
required this.onDrag,
required this.showAndHide,
required this.notifier,
super.key,
});