lllymka Asked:2022-07-08 20:29:37 +0000 UTC2022-07-08 20:29:37 +0000 UTC 2022-07-08 20:29:37 +0000 UTC 如何在飞镖中写出可增长的 772 如何在这里写 List.generate(3, (int index) => index * index) 可增长??? dart 1 个回答 Voted Best Answer MiT 2022-07-08T23:50:11Z2022-07-08T23:50:11Z https://api.dart.dev/stable/2.13.4/dart-core/List/List.generate.html List.generate(3, (int index) => index * index, growable: true);
https://api.dart.dev/stable/2.13.4/dart-core/List/List.generate.html