| Widget Type | #line | 
| Widget iOS class | MobileLine | 
| iOS category | IOSWidgets | 
| Widget Web class | MobileLine | 
| web category | WebWidget | 
| Widget Android class | MobileLine | 
| Properties | height - background- color - order | 
| Events | |
| Sample use in spec | 
(#separator -> (
        (#type -> #line ),
        (#configuration -> (
        	(#order -> 3 ),
            (#height -> 10), 
            (#background -> 'blue') 
        )) 
))
 |