vico
vico copied to clipboard
Expose TextComponent functions which accept androidx.compose.ui.text.TextStyle
The functions rememberTextComponent
and rememberAxisLabelComponent
now both accept a TextStyle
that dictates the text's color, size,
and font. Previously, these functions accepted three parameters for
these values. This was awkward for Compose callers, particularly for
the android.graphics.Typeface
value.