import 'package:flutter/material.dart'; void main(){ ... return list; } @override Widget build(BuildContext context) { return ListView( ...
確定! 回上一頁