add back button on full screen video page

This commit is contained in:
Salvatore Giordano
2020-10-01 10:29:16 +02:00
parent 6db2467321
commit b9b5627d9e
+6
View File
@@ -26,6 +26,12 @@ class _FullScreenVideoState extends State<FullScreenVideo> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.black,
iconTheme: IconThemeData(
color: Colors.white,
),
),
body: Builder(
key: _scaffoldKey,
builder: (context) {