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...
1

© 2022 - 2024 — McMap. All rights reserved.