In a glance Text()
, there's a style
attribute, and this takes a glance TextStyle
.
This TextStyle
is different to the TextStyle
you use in your MaterialTheme
. So you can't reuse your app's TextStyles
.
Is it possible to reuse your app's TextStyles
in a glance app widget?