import 'package:flutter/material.dart'; var darkTheme = ThemeData.dark().copyWith( primaryColor: Colors.grey, );