Contact us

find_us
Amjad amireh 5 years ago
parent aa66e427b1
commit 5f981c9248

@ -60,12 +60,12 @@ class _FindUsPageState extends State<FindUsPage> with SingleTickerProviderStateM
child: Container(
height: 60.0,
margin: EdgeInsets.only(top: 10.0),
width: MediaQuery.of(context).size.width * 0.9,
width: MediaQuery.of(context).size.width *0.92,// 0.9,
decoration: BoxDecoration(
border: Border(
bottom: BorderSide(
color: Theme.of(context).dividerColor,
width: 0.7),
width: 0.9),//width: 0.7
),
color: Colors.white),
child: Center(
@ -73,11 +73,13 @@ class _FindUsPageState extends State<FindUsPage> with SingleTickerProviderStateM
isScrollable: true,
controller: _tabController,
indicatorWeight: 5.0,
indicatorSize: TabBarIndicatorSize.label,
//indicatorSize: TabBarIndicatorSize.label,
indicatorSize: TabBarIndicatorSize.tab,
indicatorColor: Colors.red[800],
labelColor: Theme.of(context).primaryColor,
labelPadding:
EdgeInsets.only(top: 4.0, left: 18.0, right: 18.0),
EdgeInsets.only(top: 4.0, left: 35.0, right: 35.0),
unselectedLabelColor: Colors.grey[800],
tabs: [
Container(

@ -23,6 +23,7 @@ class _HospitalsPageState extends State<HospitalsPage> {
baseViewModel: model,
body: SingleChildScrollView(
child: Container(
// margin: EdgeInsets.only(left: 15,right: 15,top: 70),
margin: EdgeInsets.only(left: 15,right: 15,top: 70),
child: Column(
children: [
@ -143,7 +144,7 @@ class _HospitalsPageState extends State<HospitalsPage> {
onPressed: () {
setState(() {
launch("https://www.youtube.com/c/DrsulaimanAlhabibHospitals");
launch("https://www.linkedin.com/company/drsulaiman-alhabib-medical-group");
});
},
),

Loading…
Cancel
Save