cake_wallet/lib/utils/constants.dart

3 lines
67 B
Dart
Raw Normal View History

class ConstValues {
static const int minimumDesktopWidth = 900;
}