const hasKey = 'hasKey';
const needsScaffold = 'needsScaffold';
const kComwellAppBarHeight = 130.0;
const kPlaceholderImage = 'assets/images/catalog_image.png';
const kUpSalesServiceWidgetWidthLarge = 344.0;
const kUpSalesServiceWidgetHeightSmall = 180.0;
const kUpSalesServiceWidgetHeightLarge = 290.0;


// Adyen
class AdyenConstants {
  static const merchantAccount = "ComwellHotelsECOM";
}

// App Store
class AppStoreConstants {
  static const appStoreUrl = 'https://apps.apple.com/app/idYOUR_APP_ID';
}