BottomToolbarWithSlider constructor

const BottomToolbarWithSlider({
  1. Key? key,
  2. Color? backgroundColor = const Color(0xFF3C3C3C),
})

Implementation

const BottomToolbarWithSlider({
  super.key,
  this.backgroundColor = const Color(0xFF3C3C3C),
});