toastTable
inline fun RootWidget.toastTable(defaultSpacing: Boolean = false, init: KToastTable.() -> Unit = {}): KToastTable
Constructs a top-level ToastTable widget. Utility for constructing Toast instances.
Return
a new ToastTable instance.
Parameters
defaultSpacing
if true, default VisUI spacing will be applied to the table.
init
will be invoked on the ToastTable widget. Inlined.