gh-pages / com.nextfaze.devfun.invoke / uiButton
uiButton
fun uiButton(text:
CharSequence
? = null, @StringRes textId:
Int
? = null, onClick:
OnClick
? = null, invoke:
SimpleInvoke
? = null):
UiButton
(source)
Utility function to create a UiButton instance for use with UiFunction.
See Also