decoration Questions
2
Solved
I want to draw a border around my container and have the background be colored.
Widget bodyWidget() {
return Container(
color: Colors.yellow,
decoration: BoxDecoration(
border: Border.all(colo...
Stowage asked 8/12, 2018 at 1:18
1
© 2022 - 2024 — McMap. All rights reserved.