flutter_clock_example/lib/constants.dart

15 lines
289 B
Dart

import 'package:flutter/material.dart';
// main.dart
ThemeMode myThemeMode = ThemeMode.system;
var mySeedColor = Colors.teal;
// home.dart, settings_page.dart, timers_page.dart
BorderRadius myBorderRadius = BorderRadius.circular(16.0);
// settings_page.dart
bool switchTheme = true;