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, controller: scrollController,
child: Container( child: Container(
color: Colors.white, color: Colors.white,
height: MediaQuery.of(context).size.height * 1.95, height: MediaQuery.of(context).size.height * 1.0,
child: Column( child: Column(
children: [ children: [
Padding( Padding(

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

Loading…
Cancel
Save