|
|
|
|
@ -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: [
|
|
|
|
|
|