FlagSize

data class FlagSize(val width: Dp, val height: Dp)

Data class to hold the size of the flag

Parameters

width

the width of the flag

height

the height of the flag

Constructors

Link copied to clipboard
constructor(width: Dp, height: Dp)

Properties

Link copied to clipboard
val height: Dp
Link copied to clipboard
val width: Dp