gradientBackground top-level property

List<Color> gradientBackground
final

Implementation

final List<Color> gradientBackground = [
  const Color(0xff000000).withOpacity(0.9),
  const Color(0xff000000).withOpacity(0.8),
  const Color(0xff000000).withOpacity(0.7),
  const Color(0xff000000).withOpacity(0.6),
  const Color(0xff000000).withOpacity(0.5),
  const Color(0xff000000).withOpacity(0.4),
  const Color(0xff000000).withOpacity(0.3),
  const Color(0xff000000).withOpacity(0.2),
  const Color(0xff000000).withOpacity(0.1),
  const Color(0xff000000).withOpacity(0.0),
];