FocusPadding

data class FocusPadding(    val top: Double,     val bottom: Double,     val left: Double,     val right: Double)

Focus padding for focus

Constructors

Link copied to clipboard
fun FocusPadding(    top: Double,     bottom: Double,     left: Double,     right: Double)

Properties

Link copied to clipboard
val bottom: Double

Botton padding

Link copied to clipboard
val left: Double

Left padding

Link copied to clipboard
val right: Double

Right padding

Link copied to clipboard
val top: Double

Top padding