Enhancement
The ListItem widget should be able to accept secondary text. In the material design theme, this would be shown below the primary text with a lighter shade font.
Code
<ListItem>
{{
primary: 'Primary text',
secondary: 'Secondary text'
}}
</ListItem>
Expected behavior:

This is split from #1570