flutter_clock_example/lib/constants.dart

11 lines
238 B
Dart

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