TopBarSettings

class TopBarSettings(    @DrawableRes val navIcon: Int = R.drawable.ic_arrow_left,     @DrawableRes val actionIcon: Int = R.drawable.ic_btn_qrcode,     val contentColor: Color = Color.DarkGray,     val actionsBackgroundColor: Color = Color.DarkGray,     val tintActionsColor: Color = Color.White,     val backgroundColor: Color = Color.White)

Constructors

Link copied to clipboard
constructor(    @DrawableRes navIcon: Int = R.drawable.ic_arrow_left,     @DrawableRes actionIcon: Int = R.drawable.ic_btn_qrcode,     contentColor: Color = Color.DarkGray,     actionsBackgroundColor: Color = Color.DarkGray,     tintActionsColor: Color = Color.White,     backgroundColor: Color = Color.White)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard