fixade knapp i feedback #39
@ -313,8 +313,6 @@ class FormForFeedbackState extends State<FormForFeedback> {
|
|||||||
controlAffinity: ListTileControlAffinity.leading, //lägger checkboxen på vänster sida om texten
|
controlAffinity: ListTileControlAffinity.leading, //lägger checkboxen på vänster sida om texten
|
||||||
),
|
),
|
||||||
|
|
||||||
const SizedBox(height: 10),
|
|
||||||
|
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(40.0),
|
padding: const EdgeInsets.all(40.0),
|
||||||
child: TextFormField(
|
child: TextFormField(
|
||||||
@ -377,7 +375,9 @@ class FormForFeedbackState extends State<FormForFeedback> {
|
|||||||
|
|
||||||
|
|
||||||
child: Container(
|
child: Container(
|
||||||
color: Colors.purple,
|
color: Color.fromARGB(255, 151, 92, 115),
|
||||||
|
height: 60,
|
||||||
|
width: 200,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: const <Widget>[
|
children: const <Widget>[
|
||||||
@ -393,7 +393,7 @@ class FormForFeedbackState extends State<FormForFeedback> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
const SizedBox(height: 30),
|
const SizedBox(height: 60),
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user