Typography

@Immutable
class Typography(val bodyLarge: TextStyle, val bodyLargeMultiline: TextStyle, val bodyMedium: TextStyle, val bodyMediumMultiline: TextStyle, val bodySmall: TextStyle, val bodyTiny: TextStyle, val displayLarge: TextStyle, val displayMedium: TextStyle, val displaySmall: TextStyle, val headlineLarge: TextStyle, val headlineMedium: TextStyle, val headlineSmall: TextStyle, val labelLarge: TextStyle, val labelMedium: TextStyle, val labelSmall: TextStyle, val titleLarge: TextStyle, val titleMedium: TextStyle, val titleSmall: TextStyle)

Typography used by PICO Design

Constructors

Link copied to clipboard
constructor(bodyLarge: TextStyle, bodyLargeMultiline: TextStyle, bodyMedium: TextStyle, bodyMediumMultiline: TextStyle, bodySmall: TextStyle, bodyTiny: TextStyle, displayLarge: TextStyle, displayMedium: TextStyle, displaySmall: TextStyle, headlineLarge: TextStyle, headlineMedium: TextStyle, headlineSmall: TextStyle, labelLarge: TextStyle, labelMedium: TextStyle, labelSmall: TextStyle, titleLarge: TextStyle, titleMedium: TextStyle, titleSmall: TextStyle)

Properties

Link copied to clipboard
val bodyLarge: TextStyle
Link copied to clipboard
val bodyLargeMultiline: TextStyle
Link copied to clipboard
val bodyMedium: TextStyle
Link copied to clipboard
val bodyMediumMultiline: TextStyle
Link copied to clipboard
val bodySmall: TextStyle
Link copied to clipboard
val bodyTiny: TextStyle
Link copied to clipboard
val displayLarge: TextStyle
Link copied to clipboard
val displayMedium: TextStyle
Link copied to clipboard
val displaySmall: TextStyle
Link copied to clipboard
val headlineLarge: TextStyle
Link copied to clipboard
val headlineMedium: TextStyle
Link copied to clipboard
val headlineSmall: TextStyle
Link copied to clipboard
val labelLarge: TextStyle
Link copied to clipboard
val labelMedium: TextStyle
Link copied to clipboard
val labelSmall: TextStyle
Link copied to clipboard
val titleLarge: TextStyle
Link copied to clipboard
val titleMedium: TextStyle
Link copied to clipboard
val titleSmall: TextStyle

Functions

Link copied to clipboard
fun copy(bodyLarge: TextStyle = this.bodyLarge, bodyLargeMultiline: TextStyle = this.bodyLargeMultiline, bodyMedium: TextStyle = this.bodyMedium, bodyMediumMultiline: TextStyle = this.bodyMediumMultiline, bodySmall: TextStyle = this.bodySmall, bodyTiny: TextStyle = this.bodyTiny, displayLarge: TextStyle = this.displayLarge, displayMedium: TextStyle = this.displayMedium, displaySmall: TextStyle = this.displaySmall, headlineLarge: TextStyle = this.headlineLarge, headlineMedium: TextStyle = this.headlineMedium, headlineSmall: TextStyle = this.headlineSmall, labelLarge: TextStyle = this.labelLarge, labelMedium: TextStyle = this.labelMedium, labelSmall: TextStyle = this.labelSmall, titleLarge: TextStyle = this.titleLarge, titleMedium: TextStyle = this.titleMedium, titleSmall: TextStyle = this.titleSmall): Typography
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int