Button Model
constructor(text: String? = null, clickListener: AppBarModel.OnClickListener? = null, contentDescription: String? = null)
Parameters
text
The text to be displayed on the button.
click Listener
The listener to be invoked when the button is clicked.
content Description
The content description for the button, used for accessibility.