5 lines
132 B
Dart
5 lines
132 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
class Constants {
|
|
static final Color TITLE_BAR_COLOR = Color.fromARGB(255, 125, 0, 0);
|
|
}
|