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),
|
const SizedBox(height: 20),
|
||||||
MihBusinessCard(
|
SizedBox(
|
||||||
businessName: widget.arguments.business!.Name,
|
width: 700,
|
||||||
cellNumber: widget.arguments.business!.contact_no,
|
child: MihBusinessCard(
|
||||||
email: widget.arguments.business!.bus_email,
|
businessName: widget.arguments.business!.Name,
|
||||||
gpsLocation: widget.arguments.business!.gps_location,
|
cellNumber: widget.arguments.business!.contact_no,
|
||||||
//To-Do: Add the business Website
|
email: widget.arguments.business!.bus_email,
|
||||||
website:
|
gpsLocation: widget.arguments.business!.gps_location,
|
||||||
"https://app.mzansi-innovation-hub.co.za/privacy.html",
|
//To-Do: Add the business Website
|
||||||
|
website:
|
||||||
|
"https://app.mzansi-innovation-hub.co.za/privacy.html",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 30.0),
|
const SizedBox(height: 30.0),
|
||||||
Center(
|
Center(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue