MutableSize

data class MutableSize(width: Int, height: Int)

Data class used only in com.github.ushiosan23.android_utilities.android.dialog.DialogFragmentBinding configuration

Constructors

MutableSize
Link copied to clipboard
fun MutableSize(width: Int, height: Int)

Properties

height
Link copied to clipboard
var height: Int
Vertical size
width
Link copied to clipboard
var width: Int
Horizontal size