fixed tenders tablet draawer not opening bug

This commit is contained in:
amirrezaghabeli
2025-10-01 11:08:51 +03:30
parent 20537e0d51
commit 64f5eea50e
@@ -79,6 +79,7 @@ class _TenderDetailTabletPageState extends State<TenderDetailTabletPage> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
final GlobalKey<ScaffoldState> key = GlobalKey(); final GlobalKey<ScaffoldState> key = GlobalKey();
return Scaffold( return Scaffold(
key: key,
backgroundColor: AppColors.backgroundColor, backgroundColor: AppColors.backgroundColor,
appBar: tabletAppBar( appBar: tabletAppBar(
title: TenderDetailsStrings.tenderDetailTitle, title: TenderDetailsStrings.tenderDetailTitle,
@@ -109,7 +110,7 @@ class _TenderDetailTabletPageState extends State<TenderDetailTabletPage> {
child: Center( child: Center(
child: SizedBox( child: SizedBox(
width: 768, width: 768,
child: Padding( child: Padding(
padding: const EdgeInsets.all(24.0), padding: const EdgeInsets.all(24.0),
child: Column( child: Column(