**I would like to be able to adjust the container border radius.** I want add decoration -> decoration: BoxDecoration( borderRadius: **BorderRadius.circular(10),** ), **or I want to remove the shadow** thank you!
I would like to be able to adjust the container border radius.
I want add decoration
-> decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
),
or I want to remove the shadow
thank you!