6 lines
132 B
Dart
6 lines
132 B
Dart
|
import 'package:flutter/material.dart';
|
||
|
|
||
|
class Constants {
|
||
|
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 0, 72, 127);
|
||
|
}
|