Changed spacing

This commit is contained in:
JHubi1 2024-06-08 20:10:23 +02:00
parent 60601edce8
commit fdea5bab05
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Widget toggle(BuildContext context, String text, bool value,
onChanged(!value); onChanged(!value);
}, },
child: Padding( child: Padding(
padding: const EdgeInsets.only(top: 8, bottom: 8), padding: const EdgeInsets.only(top: 4, bottom: 4),
child: Stack(children: [ child: Stack(children: [
Padding( Padding(
padding: const EdgeInsets.only(left: 16, right: 16, top: 12), padding: const EdgeInsets.only(left: 16, right: 16, top: 12),