|
|
@ -20,8 +20,9 @@ class NewProjectDialog extends HookWidget { |
|
|
|
}; |
|
|
|
}; |
|
|
|
}, [newDialogNameController.text]); |
|
|
|
}, [newDialogNameController.text]); |
|
|
|
|
|
|
|
|
|
|
|
return Center( |
|
|
|
return Dialog( |
|
|
|
child: Card( |
|
|
|
child: Padding( |
|
|
|
|
|
|
|
padding: const EdgeInsets.all(8.0), |
|
|
|
child: IntrinsicWidth( |
|
|
|
child: IntrinsicWidth( |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.stretch, |
|
|
|