Contains the required items for displaying the fields with a name and value.  
|  | 
| bool | isTextArea | 
|  | If editable field value, set this to true.
 | 
|  | 
| bool | colorFieldName | 
|  | If truecolors the field name, else colors the field value.
 | 
|  | 
| lv_obj_t * | nameField | 
|  | lv_obj_t representing the name label. 
 | 
|  | 
| lv_obj_t * | valueField | 
|  | lv_obj_t representing the value label. 
 | 
|  | 
| lv_obj_t * | container | 
|  | lv_obj_t representing the overall container. 
 | 
|  | 
| const char * | nameTxt | 
|  | Name of the field. 
 | 
|  | 
| const char * | valueTxt | 
|  | Value of the field. 
 | 
|  | 
| lv_coord_t | colWidths [2] | 
|  | Width of both columns, name and value. 
 | 
|  |