TextIndent

data class TextIndent(var firstLine: Float = 0.0f, var restLine: Float = 0.0f)

Constructors

Link copied to clipboard
constructor(firstLine: Float = 0.0f, restLine: Float = 0.0f)

Properties

Link copied to clipboard
Link copied to clipboard