Posts by Matheus Teixeira • 13 points
1 post
-
0
votes1
answer35
viewsQ: I am making a code in flutter in case two list one horizontal and the other vertical, but between the lists stand a space as remove?
import 'package:flutter/material.dart'; class Menu extends StatefulWidget { const Menu({Key? key}) : super(key: key); @override _MenuState createState() => _MenuState(); } class _MenuState…
flutterasked Matheus Teixeira 13