button size relative to screen size
parent
ca10d45661
commit
aaab126ec8
|
@ -31,7 +31,7 @@ class ViewFormPage extends StatelessWidget {
|
|||
Container(
|
||||
height: height / 8,
|
||||
width: height / 8,
|
||||
margin: EdgeInsets.only(bottom: height / 10),
|
||||
margin: EdgeInsets.only(bottom: height * 0.08),
|
||||
child: RoundAddButton(
|
||||
onPressed: tasksProvider.tasks[page] == true
|
||||
? () => pageProvider.swap()
|
||||
|
|
Loading…
Reference in New Issue