Open aciccarello opened 3 years ago
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
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
Expected behavior:
This is split from #1570