search screen updated

merge-requests/361/head
Sultan Khan 5 years ago
parent 4fa3e260ac
commit 93caeb3876

@ -129,20 +129,18 @@ class _MedicineSearchState extends State<MedicineSearchScreen> {
widthFactor: 0.97,
child: SingleChildScrollView(
child: Container(
color: Colors.white,
// height: SizeConfig.screenHeight,
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: <Widget>[
SizedBox(
height: SizeConfig.screenHeight * .16,
),
SizedBox(height: 100),
Column(children: [
FractionallySizedBox(
widthFactor: 0.9,
child: Column(
children: <Widget>[
Container(
// height: MediaQuery.of(context).size.height * 0.070,
child: InkWell(
onTap: model.allMedicationList != null
? () {
@ -209,7 +207,7 @@ class _MedicineSearchState extends State<MedicineSearchScreen> {
)
]),
SizedBox(
height: SizeConfig.screenHeight * .5,
height: SizeConfig.screenHeight * .55,
),
Column(
children: [

@ -52,6 +52,7 @@ class _SearchMedicinePatientScreen extends State<SearchMedicinePatientScreen>
height: 60.0,
color: Colors.white,
margin: EdgeInsets.only(top: 10.0),
width: MediaQuery.of(context).size.width, // 0.9,
// decoration: BoxDecoration(
// border: Border(

@ -510,7 +510,7 @@ class _PatientSearchScreenState extends State<PatientSearchScreen> {
),
])
: SizedBox(
height: SizeConfig.screenHeight * .4,
height: SizeConfig.screenHeight * .45,
),
],
),

Loading…
Cancel
Save