diff --git a/lib/src/full_screen_video.dart b/lib/src/full_screen_video.dart index 46325b07..98729243 100644 --- a/lib/src/full_screen_video.dart +++ b/lib/src/full_screen_video.dart @@ -26,6 +26,12 @@ class _FullScreenVideoState extends State { @override Widget build(BuildContext context) { return Scaffold( + appBar: AppBar( + backgroundColor: Colors.black, + iconTheme: IconThemeData( + color: Colors.white, + ), + ), body: Builder( key: _scaffoldKey, builder: (context) {