Settings

data class Settings(val buttonRoundedCorners: Boolean) : Parcelable

The theme settings.

Constructors

Link copied to clipboard
constructor(buttonRoundedCorners: Boolean)

Creates an instance of OudsTheme.Settings.

Properties

Link copied to clipboard

Indicates if rounded corners should be applied to every OudsButton. Set to false for a default finish, or true for a finish with rounded corner. To be favored in more emotional, immersive contexts or those tied to specific visual identities. For standard or business-oriented journeys, keep the default corners. This evolution addresses the need for flexibility in adapting the design to certain brand contexts. Please note that this setting may have no effect depending on the theme used.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)