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