WidgetStyle

open class WidgetStyle(backgroundColor: String)

Author

Umang Chamaria Date: 07/05/20

Constructors

WidgetStyle
Link copied to clipboard
fun WidgetStyle(backgroundColor: String)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

backgroundColor
Link copied to clipboard
open val backgroundColor: String

Inheritors

ButtonStyle
Link copied to clipboard
ImageStyle
Link copied to clipboard
TextStyle
Link copied to clipboard