| D | Typography.kt | 83 val h2: TextStyle, constant in androidx.compose.material.Typography 133 h2: TextStyle = 219 h2 = h2.withDefaultFontFamily(defaultFontFamily), 236 h2: TextStyle = this.h2, in copy() 251 h2 = h2, in copy() 270 if (h2 != other.h2) return false in copy() 288 result = 31 * result + h2.hashCode() in hashCode() 304 return "Typography(h1=$h1, h2=$h2, h3=$h3, h4=$h4, h5=$h5, h6=$h6, " + in toString()
|