flutter 随机Random
2020-11-23 本文已影响0人
喜剧收尾_XWX
1.随机生成int
int colorIndex = Random().nextInt(Colors.primaries.length - 1);
2.随机生成bool类型
Random().nextBool()
1.随机生成int
int colorIndex = Random().nextInt(Colors.primaries.length - 1);
2.随机生成bool类型
Random().nextBool()