Apply merge

messagerie_lucas_test
Félix MIELCAREK 3 years ago
parent 1f9587762a
commit 2b866941cc

@ -60,7 +60,9 @@ class _HomePageState extends State<HomePage> {
SizedBox( SizedBox(
height: height * 0.015, height: height * 0.015,
), ),
SizedBox(height: height*0.08,), SizedBox(
height: height * 0.08,
),
SizedBox( SizedBox(
height: 55, height: 55,
width: width * 0.75, width: width * 0.75,
@ -89,7 +91,8 @@ class _HomePageState extends State<HomePage> {
fontWeight: FontWeight.bold), fontWeight: FontWeight.bold),
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),
),), ),
),
Spacer(), Spacer(),
GestureDetector( GestureDetector(
onTap: () { onTap: () {

Loading…
Cancel
Save