Posts by Eduardo Bussarello • 13 points
1 post
- 
		1 votes2 answers53 viewsQ: Help with Stack, to create template as exampleGood morning Personal! I’m learning Flutter, and found a problem to build this model of the following image: Row(children: [ Stack(children: [ Container( width: 400.0, height: 200.0, decoration:…