diff --git a/lib/views/detail/pages/detail_tablet_page.dart b/lib/views/detail/pages/detail_tablet_page.dart index 0a4678c..540b561 100644 --- a/lib/views/detail/pages/detail_tablet_page.dart +++ b/lib/views/detail/pages/detail_tablet_page.dart @@ -79,6 +79,7 @@ class _TenderDetailTabletPageState extends State { Widget build(BuildContext context) { final GlobalKey key = GlobalKey(); return Scaffold( + key: key, backgroundColor: AppColors.backgroundColor, appBar: tabletAppBar( title: TenderDetailsStrings.tenderDetailTitle, @@ -109,7 +110,7 @@ class _TenderDetailTabletPageState extends State { child: Center( child: SizedBox( width: 768, - + child: Padding( padding: const EdgeInsets.all(24.0), child: Column(