emptyCell top-level property
Implementation
var emptyCell = {
"id": "titleCell",
"widthSize": 375.0,
"heightSize": 55.0,
"leftMargin": 0,
// "rightMargin": 22,
"topMargin": 42,
"bottomMargin": 26,
"contentPaddingLeft": 0.0,
"contentPaddingRight": 16.0,
"titleText": {
"id": "titleText",
"text": "delivery info",
"color": "0xff212121",
"size": "24",
"fontWeight": FontWeight.w600,
},
"rightElement": {
"id": "rightElement",
"type": "primary",
"text": "In Transit",
"backgroundColor": "0XFF3F51B5",
"textColor": "0XFFFFFFFF",
"textWeight": FontWeight.w500,
"widthSize": 114,
"heightSize": 31,
"borderRadius": 4.0,
"topMargin": 14,
"action": {
"tap": {
"type": "UIK_OPEN_WEB",
"data": {"url": "https://www.tesla.com/"}
}
},
},
};