main
Arlind 2023-06-14 02:41:32 +02:00
parent 392a02b38d
commit 4dffa50887
1 changed files with 4 additions and 2 deletions

View File

@ -708,7 +708,9 @@ class AddTransactionDialogState extends State<AddTransactionDialog> {
color: Colors.black54, color: Colors.black54,
), ),
), ),
content: Column( content: Form(
key: _formKey, // Hier wird das _formKey dem Form-Widget zugewiesen
child: Column(
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Neumorphic( Neumorphic(
@ -787,7 +789,7 @@ class AddTransactionDialogState extends State<AddTransactionDialog> {
], ],
), ),
], ],
), )),
actions: [ actions: [
NeumorphicButton( NeumorphicButton(
onPressed: () { onPressed: () {