|
|
|
@ -304,7 +304,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
|
|
|
|
isExpanded: isAllergiesExpand,
|
|
|
|
isExpanded: isAllergiesExpand,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height:MediaQuery.of(context).size.height * 0.2,
|
|
|
|
height:MediaQuery.of(context).size.height * 0.16,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
@ -324,13 +324,13 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
|
|
|
|
height: MediaQuery
|
|
|
|
height: MediaQuery
|
|
|
|
.of(context)
|
|
|
|
.of(context)
|
|
|
|
.size
|
|
|
|
.size
|
|
|
|
.height * 0.15,
|
|
|
|
.height * 0.1,
|
|
|
|
width: double.infinity,
|
|
|
|
width: double.infinity,
|
|
|
|
|
|
|
|
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: 15,
|
|
|
|
height: 10,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(child: FractionallySizedBox(
|
|
|
|
Container(child: FractionallySizedBox(
|
|
|
|
widthFactor: .80,
|
|
|
|
widthFactor: .80,
|
|
|
|
@ -351,7 +351,7 @@ class _UpdateSubjectivePageState extends State<UpdateSubjectivePage> {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),),
|
|
|
|
),),
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
height: 15,
|
|
|
|
height: 5,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),),
|
|
|
|
),),
|
|
|
|
|