import 'package:flutter/material.dart'; // 1 void main() { runApp(CoolApp()); } ... Declare the state and two lists for our ListView.
確定! 回上一頁