fixed

fun fixed(width: Int, height: Int): Constraints(source)

Creates fixed constraints for one exact width and height.

Return

constraints whose minimums and maximums equal the arguments.

Parameters

width

the non-negative fixed width.

height

the non-negative fixed height.