Make app dymanically resizable for phone & web

This commit is contained in:
yaso-meth 2024-07-11 13:31:02 +02:00
parent 98db9ce0c5
commit c8f99a03b4
35 changed files with 306 additions and 208 deletions

View file

@ -361,7 +361,7 @@ class _AddPatientState extends State<AddPatient> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
SizedBox(
width: 400.0,
width: 450.0,
height: 100.0,
child: MyButton(
onTap: () {