Make app dymanically resizable for phone & web
This commit is contained in:
parent
98db9ce0c5
commit
c8f99a03b4
35 changed files with 306 additions and 208 deletions
|
|
@ -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: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue