cake_wallet/lib/utils/constants.dart

3 lines
No EOL
67 B
Dart

class ConstValues {
static const int minimumDesktopWidth = 900;
}