Merge pull request #90 from GetStream/feature/backButtonOnFullScreenVideo

add back button on full screen video page
This commit is contained in:
Salvatore Giordano
2020-10-01 11:11:54 +02:00
committed by GitHub
+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) {