Widget.SizeType

Type of sizing for width and height.

Values

ValueMeaning
value

Using value from size.

wrapContent

Automatically resize widget by content boundary.

matchParent

Using parent size.

Meta