Button

constructor(text: String? = null, icon: PODrawableImage? = null)

Parameters

text

Button text. Set null to use the default text.

icon

Button icon drawable resource. Set null to hide.