menu
flexicomponents package
documentation
components/app_components_interactive_viewer.dart
CustomInteractiveViewer
CustomInteractiveViewer.new constructor
CustomInteractiveViewer.new constructor
dark_mode
light_mode
CustomInteractiveViewer
constructor
CustomInteractiveViewer
(
{
Key
?
key
,
required
Widget
child
,
dynamic
onNext
()?,
dynamic
onPrevious
()?,
})
Implementation
CustomInteractiveViewer({super.key, required this.child, this.onNext, this.onPrevious});
flexicomponents package
documentation
components/app_components_interactive_viewer
CustomInteractiveViewer
CustomInteractiveViewer.new constructor
CustomInteractiveViewer class