|
|
@ -50,11 +50,13 @@ class _VideoAppState extends State<VideoApp> { |
|
|
|
: const CircularProgressIndicator()), |
|
|
|
: const CircularProgressIndicator()), |
|
|
|
_controller.value.isPlaying || !_controller.value.isInitialized |
|
|
|
_controller.value.isPlaying || !_controller.value.isInitialized |
|
|
|
? const SizedBox.shrink() |
|
|
|
? const SizedBox.shrink() |
|
|
|
: const Icon( |
|
|
|
: Container( |
|
|
|
Icons.play_arrow, |
|
|
|
color: const Color(0x00fafafa), |
|
|
|
size: 60, |
|
|
|
child: const Icon( |
|
|
|
color: Colors.white, |
|
|
|
Icons.play_arrow, |
|
|
|
) |
|
|
|
size: 60, |
|
|
|
|
|
|
|
color: Colors.blueGrey, |
|
|
|
|
|
|
|
)) |
|
|
|
]), |
|
|
|
]), |
|
|
|
), |
|
|
|
), |
|
|
|
); |
|
|
|
); |
|
|
|