|
|
@ -21,6 +21,7 @@ class NewProjectDialog extends HookWidget { |
|
|
|
}, [newDialogNameController.text]); |
|
|
|
}, [newDialogNameController.text]); |
|
|
|
|
|
|
|
|
|
|
|
return Dialog( |
|
|
|
return Dialog( |
|
|
|
|
|
|
|
child: SingleChildScrollView( |
|
|
|
child: Padding( |
|
|
|
child: Padding( |
|
|
|
padding: const EdgeInsets.all(8.0), |
|
|
|
padding: const EdgeInsets.all(8.0), |
|
|
|
child: IntrinsicWidth( |
|
|
|
child: IntrinsicWidth( |
|
|
@ -106,6 +107,7 @@ class NewProjectDialog extends HookWidget { |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
), |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|