FloatingButtonSettings

class FloatingButtonSettings(    @DrawableRes val icon: Int = R.drawable.ic_btn_share,     val tint: Color = cosmicLatte,     val background: Color = artichoke,     val disabledBackground: Color = Color.LightGray,     val disabledTint: Color = Color.Gray)

Constructors

Link copied to clipboard
constructor(    @DrawableRes icon: Int = R.drawable.ic_btn_share,     tint: Color = cosmicLatte,     background: Color = artichoke,     disabledBackground: Color = Color.LightGray,     disabledTint: Color = Color.Gray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val icon: Int
Link copied to clipboard
val tint: Color