Focus Padding
data class FocusPadding( val top: Double, val bottom: Double, val left: Double, val right: Double)
Content copied to clipboard
Focus padding for focus
Constructors
Link copied to clipboard
fun FocusPadding( top: Double, bottom: Double, left: Double, right: Double)
Content copied to clipboard