remove red border
This commit is contained in:
parent
6dfa0aa9ce
commit
a120cd28a1
@ -215,8 +215,7 @@ class _UpdateeventImageState extends State<UpdateeventImage>
|
|||||||
width: 200,
|
width: 200,
|
||||||
height: 150,
|
height: 150,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.red,
|
borderRadius: BorderRadius.circular(100.0)),
|
||||||
borderRadius: BorderRadius.circular(50.0)),
|
|
||||||
child: Image.file(File(widget.imagePath))),
|
child: Image.file(File(widget.imagePath))),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user