Contact us

merge-update-with-lab-changes
Amjad amireh 6 years ago
parent aa66e427b1
commit 5f981c9248

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

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

Loading…
Cancel
Save