MoveNavigationControls constructor
const
MoveNavigationControls({
- Key? key,
- required MoveHistory moveHistory,
- required VoidCallback onGoBack,
- required VoidCallback onGoForward,
- VoidCallback? onGoToStart,
- VoidCallback? onGoToEnd,
- NavigationControlsStyle? style,
Implementation
const MoveNavigationControls({
super.key,
required this.moveHistory,
required this.onGoBack,
required this.onGoForward,
this.onGoToStart,
this.onGoToEnd,
this.style,
});