Companion

object Companion

Functions

Link copied to clipboard
fun create(fontSize: Float? = null, fontColor: ColorValue? = null, height: Float? = null, lineHeight: Float? = null, fontWeight: FontWeight? = null, letterSpacing: Float? = null, elevation: Float? = null, borderRadius: Float? = null, backgroundColor: ColorValue? = null, textTransform: TextTransform? = null): ActionButtonStyle

Utility function to replace primary constructor for view based apps that use the SDK provided ColorValue and FontWeight instead of the Compose Color and FontWeight.