import 'dart:math'; import 'package:flutter/material.dart'; Color getRandomBackgroundColor() { List<Color> colors = [ ...Colors.primaries, ...Colors.accents ...
確定! 回上一頁