Merge pull request 'fixed tenders tablet draawer not opening bug' (#196) from drawer_bug_detail into main
Reviewed-on: https://repo.ravanertebat.com/TM/tm_app/pulls/196
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,
|
||||
@@ -109,7 +110,7 @@ class _TenderDetailTabletPageState extends State<TenderDetailTabletPage> {
|
||||
child: Center(
|
||||
child: SizedBox(
|
||||
width: 768,
|
||||
|
||||
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(24.0),
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user