Click for a sample image: example
How can I remove these lines? I have already used BoxDecoration()
e.g.
Container(
decoration: BoxDecoration(
color: Colors.white,
),
height: 70,
child: Align(
alignment: Alignment(-0.85, 0.5),
child: Text(
'Anmeldung',
style: TextStyle(
fontFamily: 'Roboto Bold',
fontSize: 30,
),
),
),
),
It's all in a Scaffold().
The container is in a column widget placed.
Is there any possibility?