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

View file

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