BottomSlider constructor
BottomSlider({
- Key? key,
- required bool isVisible,
- required VoidCallback onClose,
- required Widget child,
- required Widget contentChild,
- double? sliderHeight = 0.0,
- AyahAudioStyle? style,
- bool isDark = false,
Implementation
BottomSlider({
super.key,
required this.isVisible,
required this.onClose,
required this.child,
required this.contentChild,
this.sliderHeight = 0.0,
this.style,
this.isDark = false,
});