FlVideoPlayerProgressColors constructor

const FlVideoPlayerProgressColors({
  1. Color played = const Color(0xb2ff0000),
  2. Color buffered = const Color(0x331e1ec8),
  3. Color handle = const Color(0xffc8c8c8),
  4. Color background = const Color(0x7fc8c8c8),
})

Implementation

const FlVideoPlayerProgressColors({
  this.played = const Color(0xb2ff0000),
  this.buffered = const Color(0x331e1ec8),
  this.handle = const Color(0xffc8c8c8),
  this.background = const Color(0x7fc8c8c8),
});