emptyProductCard top-level property

Map<String, Object> emptyProductCard
getter/setter pair

Implementation

var emptyProductCard = {
  "id": "productCard",
  "productPrice": "180.00",
  "productDescription": "Dummy Description of Product",
  "orderButton": {
    "id": "orderButton",
    "type": "primary",
    "text": "Order again",
    "backgroundColor": "0XFFFEE440",
    "textWeight": FontWeight.w500,
    "widthSize": "117",
    "heightSize": "36",
    "action": {
      "tap": {
        "type": "UIK_OPEN_WEB",
        "data": {"url": "https://www.tesla.com/"}
      }
    }
  },
  "imageUrl":
      "https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500,https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500,https://images.pexels.com/photos/213780/pexels-photo-213780.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=50",
  "action": {
    "tap": {
      "type": "UIK_OPEN_WEB",
      "data": {
        "url":
            "https://sylhetmirror.com/2022/04/03/tesla-delivers-over-1-million-electric-cars-over-past-year/"
      }
    }
  }
};