Posts by Artur Henrique • 1 point
1 post
-
0
votes0
answers56
viewsQ: How to List Several Formulars in FLUTTER Within a Card
I’m trying to list the information inside the forms in a single Card, but I can’t because the Card has only one property title and a subtitle. My Code : @override Widget build(BuildContext context)…