toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.core
/
View
/
SizePreferences
Size
Preferences
common
class
SizePreferences
(
val
idealSize
:
Size
?
,
val
minimumSize
:
Size
)
Indicates the minimum and ideal sizes for a View.
Members
Constructors
Size
Preferences
Link copied to clipboard
common
constructor
(
idealSize
:
Size
?
,
minimumSize
:
Size
)
Properties
ideal
Size
Link copied to clipboard
common
val
idealSize
:
Size
?
preferred
minimum
Size
Link copied to clipboard
common
val
minimumSize
:
Size
preferred