PipFlutterPlayerControlsConfiguration.white constructor

PipFlutterPlayerControlsConfiguration.white()

Implementation

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