AdvancedPlayerSlider constructor

const AdvancedPlayerSlider({
  1. Key? key,
  2. TextStyle? timeLabelStyle,
  3. Color? activeColor,
  4. Color? inactiveColor,
  5. Color? thumbColor,
})

Implementation

const AdvancedPlayerSlider({
  super.key,
  this.timeLabelStyle,
  this.activeColor,
  this.inactiveColor,
  this.thumbColor,
});