Merge branch 'fatima_v2' into 'development_v2.5'

Draft: Fatima v2

See merge request Cloud_Solution/diplomatic-quarter!581
merge-requests/581/merge
Fatimah Alshammari 4 years ago
commit ad9feeb84f

@ -279,7 +279,7 @@ class _ParentCategorisePageState extends State<ParentCategorisePage> {
controller: scrollController,
child: Container(
color: Colors.white,
height: MediaQuery.of(context).size.height * 1.95,
height: MediaQuery.of(context).size.height * 1.0,
child: Column(
children: [
Padding(

@ -362,7 +362,7 @@ class _SubCategorisePageState extends State<SubCategorisePage> {
height: MediaQuery.of(context)
.size
.height *
1.95,
1.0,
child: Column(
children: [
Padding(

Loading…
Cancel
Save