You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
388 B

import 'package:flutter/cupertino.dart';
const double localManagerPanelWidth = 200;
const double marketPanelWidth = 200;
const shortDuration = const Duration(milliseconds: 100);
const mediumDuration = const Duration(milliseconds: 300);
const longDuration = const Duration(milliseconds: 500);
const minWindowSize = const Size(800, 600);
enum PanelType {
local_manager,
market,
}