Make transparency 100% for background color of video play button

pull/307/head
Xin Yao 4 years ago
parent 445218088f
commit af3604e1c9
  1. 2
      lib/src/widgets/video_app.dart

@ -51,7 +51,7 @@ class _VideoAppState extends State<VideoApp> {
_controller.value.isPlaying || !_controller.value.isInitialized
? const SizedBox.shrink()
: Container(
color: const Color(0x00fafafa),
color: const Color(0xfffafafa),
child: const Icon(
Icons.play_arrow,
size: 60,

Loading…
Cancel
Save