video player error

This commit is contained in:
Rajshinde046
2024-03-29 17:59:32 +05:30
parent 0be51c225f
commit de9336227d
15 changed files with 125 additions and 78 deletions

View File

@@ -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,

View File

@@ -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,