video player error
This commit is contained in:
@@ -35,7 +35,7 @@ class _HoldingsState extends State<Holdings> {
|
||||
key: _scaffoldKey1,
|
||||
backgroundColor: Colors.black,
|
||||
drawerEnableOpenDragGesture: false,
|
||||
drawer: Container(width: 320.w, child: SideMenu()),
|
||||
drawer: Container( child: SideMenu()),
|
||||
extendBody: true,
|
||||
appBar: AppBar(
|
||||
scrolledUnderElevation: 0.0,
|
||||
|
||||
@@ -26,7 +26,7 @@ class _PortfolioState extends State<Portfolio> {
|
||||
key: _scaffoldKey1,
|
||||
backgroundColor: Colors.black,
|
||||
drawerEnableOpenDragGesture: false,
|
||||
drawer: Container(width: 320.w, child: SideMenu()),
|
||||
drawer: Container(child: SideMenu()),
|
||||
extendBody: true,
|
||||
appBar: AppBar(
|
||||
scrolledUnderElevation: 0.0,
|
||||
|
||||
Reference in New Issue
Block a user