emptyCell2 top-level property

Map<String, Object> emptyCell2
getter/setter pair

Implementation

var emptyCell2 = {
  "id": "titleCell",
  "widthSize": 375.0,
  "heightSize": 55.0,
  "contentPaddingLeft": 16.0,
  // "contentPaddingRight": 16.0,
  "leftElement": {
    "id": "titleIcon",
    "iconVal": "0xf193",
    "iconColor": "0xFF212121",
    "borderColor": "0xFF212121",
    "backgroundColor": "0xFF9E9E9E",
    "iconSize": "24.0",
    "action": {
      "tap": {
        "type": "UIK_OPEN_WEB",
        "data": {
          "url":
              "https://sylhetmirror.com/2022/04/03/tesla-delivers-over-1-million-electric-cars-over-past-year/"
        }
      }
    }
  },
  "titleText": {
    "id": "titleText",
    "text": " ",
    "color": "0xff212121",
    "size": "16",
    "fontWeight": FontWeight.w400,
    "leftMargin": 18.0
  },
  "subtitleText": {
    "id": "subtitleText",
    "text": " ",
    "color": "0xff9e9e9e",
    "size": "14",
    "fontWeight": FontWeight.w400,
    "leftMargin": 18.0
  },
};