SIZE_AUTO

val SIZE_AUTO: Int = -1

Size which will change based on the window size. For small sized windows (largest screen dimension <470dp) this will select a mini sized button (SIZE_MINI), and for larger sized windows it will select a normal sized button (SIZE_NORMAL).

See also

setSize(int)