make business card width 700
This commit is contained in:
parent
d2e069d14f
commit
a54bb2693c
1 changed files with 11 additions and 8 deletions
|
|
@ -544,14 +544,17 @@ class _MihBusinessDetailsState extends State<MihBusinessDetails> {
|
|||
// ),
|
||||
// ),
|
||||
const SizedBox(height: 20),
|
||||
MihBusinessCard(
|
||||
businessName: widget.arguments.business!.Name,
|
||||
cellNumber: widget.arguments.business!.contact_no,
|
||||
email: widget.arguments.business!.bus_email,
|
||||
gpsLocation: widget.arguments.business!.gps_location,
|
||||
//To-Do: Add the business Website
|
||||
website:
|
||||
"https://app.mzansi-innovation-hub.co.za/privacy.html",
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MihBusinessCard(
|
||||
businessName: widget.arguments.business!.Name,
|
||||
cellNumber: widget.arguments.business!.contact_no,
|
||||
email: widget.arguments.business!.bus_email,
|
||||
gpsLocation: widget.arguments.business!.gps_location,
|
||||
//To-Do: Add the business Website
|
||||
website:
|
||||
"https://app.mzansi-innovation-hub.co.za/privacy.html",
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 30.0),
|
||||
Center(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue