TextStyle

open class TextStyle : InAppStyle

Author

Umang Chamaria Date: 2019-09-09

Constructors

TextStyle
Link copied to clipboard
open fun TextStyle(inAppStyle: InAppStyle, font: Font, background: Background, border: Border)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

background
Link copied to clipboard
val background: Background
border
Link copied to clipboard
val border: Border
font
Link copied to clipboard
val font: Font

Inheritors

ButtonStyle
Link copied to clipboard