import 'package:flutter/material.dart'; var lightTheme = ThemeData.light().copyWith( primaryColor: Colors.blue, );