import 'dart:ui'; class Constants { static const TITLEBAR_COLOR = Color.fromARGB(255, 97, 0, 0); }