fixed tenders tablet draawer not opening bug
This commit is contained in:
@@ -79,6 +79,7 @@ class _TenderDetailTabletPageState extends State<TenderDetailTabletPage> {
|
||||
Widget build(BuildContext context) {
|
||||
final GlobalKey<ScaffoldState> key = GlobalKey();
|
||||
return Scaffold(
|
||||
key: key,
|
||||
backgroundColor: AppColors.backgroundColor,
|
||||
appBar: tabletAppBar(
|
||||
title: TenderDetailsStrings.tenderDetailTitle,
|
||||
|
||||
Reference in New Issue
Block a user