refactors on codes
This commit is contained in:
@@ -10,6 +10,7 @@ import 'package:tm_app/views/detail/widgets/tender_detail_header.dart';
|
||||
import '../../../core/constants/tender_approval_status.dart';
|
||||
import '../../../core/utils/app_toast.dart';
|
||||
import '../../shared/desktop_navigation_widget.dart';
|
||||
import '../../shared/tablet_desktop_appbar.dart';
|
||||
import '../strings/tender_details_strings.dart';
|
||||
|
||||
class TenderDetailDesktopPage extends StatefulWidget {
|
||||
@@ -118,6 +119,10 @@ class _TenderDetailDesktopPageState extends State<TenderDetailDesktopPage> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const TabletDesktopAppbar(
|
||||
title: TenderDetailsStrings.tenderDetailTitle,
|
||||
),
|
||||
SizedBox(height: 32.0.h()),
|
||||
TenderDetailHeader(
|
||||
isScreenBig: true,
|
||||
detail: detail,
|
||||
|
||||
Reference in New Issue
Block a user