From b9b5627d9e3b04b55643af0c90863f129d27653b Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 1 Oct 2020 10:29:16 +0200 Subject: [PATCH] add back button on full screen video page --- lib/src/full_screen_video.dart | 6 ++++++ 1 file changed, 6 insertions(+) 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) {