Add 'Add Partnership' button to completion of documents pages

- Introduced a new button labeled 'Add Partnership' on the desktop, mobile, and tablet versions of the Completion of Documents pages.
- The button is styled with a primary color background and rounded corners for improved UI consistency.
This commit is contained in:
amirrezaghabeli
2025-10-27 13:52:19 +03:30
parent 2411ebbd0c
commit acd2a62b22
4 changed files with 58 additions and 1 deletions
@@ -170,6 +170,7 @@ class MeetingTimeSuccessfulRegisteredBottomSheet extends StatelessWidget {
width: double.infinity,
height: 56.0.h(),
onPressed: () {
context.pop();
AppToast.success(
context,
TenderDetailsStrings.meetingTimeSuccessfullySet,