added extra height to fields with a toggle button in settings to make spacing uniform

This commit is contained in:
ashilkn 2022-06-07 13:07:52 +05:30
parent 5cce4d67e4
commit 17e5966404
2 changed files with 5 additions and 5 deletions

View file

@ -55,7 +55,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
), ),
SectionOptionDivider, SectionOptionDivider,
SizedBox( SizedBox(
height: 36, height: 48,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
@ -75,7 +75,7 @@ class BackupSectionWidgetState extends State<BackupSectionWidget> {
), ),
SectionOptionDivider, SectionOptionDivider,
SizedBox( SizedBox(
height: 36, height: 48,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [

View file

@ -66,7 +66,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
[ [
Padding(padding: EdgeInsets.all(2)), Padding(padding: EdgeInsets.all(2)),
SizedBox( SizedBox(
height: 36, height: 48,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
@ -116,7 +116,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
children.addAll([ children.addAll([
SectionOptionDivider, SectionOptionDivider,
SizedBox( SizedBox(
height: 36, height: 48,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [
@ -149,7 +149,7 @@ class _SecuritySectionWidgetState extends State<SecuritySectionWidget> {
[ [
SectionOptionDivider, SectionOptionDivider,
SizedBox( SizedBox(
height: 36, height: 48,
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [ children: [