How to build a list view builder from a form with values from the form
问题 I have a Flutter app that takes an input from a user and build a list on to another page but when I try to build the list on the other page it routes but it does not build the list and I have another function with the thing but does not route to the page I want instead it routes to a page I just made up right there this is the form code import 'package:flutter/material.dart'; import 'cont.dart'; import 'user.dart'; typedef OnDelete(); class UserForm extends StatefulWidget { final User user;