Unable to use style on other UI composables aside Text
I can use:
Text(
...........
style = MaterialTheme.typography.body2,
.........
)
But I cant use:
ClickableText(
...........
style = MaterialTheme.typography.body2. //not working
)
I need to use the 'style' attribute for text related UI composables like ClickableText and while building annotated strings using withStyle(...)
Also I should be able to call my theme - Materialtheme.typography.whatever on the style