BetterPlayerControlsConfiguration.white constructor

BetterPlayerControlsConfiguration.white()

Implementation

factory BetterPlayerControlsConfiguration.white() {
  return const BetterPlayerControlsConfiguration(
      controlBarColor: Colors.white,
      textColor: Colors.black,
      iconsColor: Colors.black,
      progressBarPlayedColor: Colors.black,
      progressBarHandleColor: Colors.black,
      progressBarBufferedColor: Colors.black54,
      progressBarBackgroundColor: Colors.white70);
}