flutter_clock_example/lib/constants.dart

11 lines
238 B
Dart
Raw Permalink Normal View History

import 'package:flutter/material.dart';
// main.dart
2023-10-10 23:43:35 +08:00
ThemeMode myThemeMode = ThemeMode.dark;
var mySeedColor = Colors.teal;
// home.dart, settings_page.dart, timers_page.dart
BorderRadius myBorderRadius = BorderRadius.circular(16.0);