PlacesMaterialColor
struct PlacesMaterialColorextension PlacesMaterialColor : Equatable, Hashable, SendableMaterial color tokens.
- 
                  
                  Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values aandb,a == bimplies thata != bisfalse.DeclarationSwift static func == (a: PlacesMaterialColor, b: PlacesMaterialColor) -> Bool
- 
                  
                  The color of the border of Button components. Transparent by default. DeclarationSwift var buttonBorder: Color
- 
                  
                  The color of the empty star in the rating view. DeclarationSwift var disabledSurface: Color
- 
                  
                  Hashes the essential components of this value by feeding them into the given hasher. Implement this method to conform to the Hashableprotocol. The components used for hashing must be the same as the components compared in your type’s==operator implementation. Callhasher.combine(_:)with each of these components.Important In your implementation of hash(into:), don’t callfinalize()on thehasherinstance provided, or replace it with a different instance. Doing so may become a compile-time error in the future.DeclarationSwift func hash(into hasher: inout Hasher)
- 
                  
                  The hash value. Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution. Important hashValueis deprecated as aHashablerequirement. To conform toHashable, implement thehash(into:)requirement instead. The compiler provides an implementation forhashValuefor you.DeclarationSwift var hashValue: Int { get }
- 
                  
                  The color of the accessibility icon. DeclarationSwift var info: Color
- 
                  
                  Creates a default color theme. DeclarationSwift init()
- 
                  
                  The color of text like Closed. DeclarationSwift var negative: Color
- 
                  
                  The background color of the review date label. DeclarationSwift var neutralContainer: Color
- 
                  
                  The color of the review date label. DeclarationSwift var onNeutralContainer: Color
- 
                  
                  The color of the search bar hint text in the autocomplete component. DeclarationSwift var onNeutralContainerVariant: Color
- 
                  
                  The color of the text on the EV charging badge. DeclarationSwift var onPositiveContainer: Color
- 
                  
                  The color of the text on buttons. DeclarationSwift var onSecondaryContainer: Color
- 
                  
                  The color of text like place name. DeclarationSwift var onSurface: Color
- 
                  
                  The color of text like address. DeclarationSwift var onSurfaceVariant: Color
- 
                  
                  The outline color of the component. DeclarationSwift var outlineDecorative: Color
- 
                  
                  The color of text like Open. DeclarationSwift var positive: Color
- 
                  
                  The color of the EV charging badge. DeclarationSwift var positiveContainer: Color
- 
                  
                  The color of the spinner. DeclarationSwift var primary: Color
- 
                  
                  The background color of the buttons. DeclarationSwift var secondaryContainer: Color
- 
                  
                  The color of the rating star. DeclarationSwift var starRating: Color
- 
                  
                  The background color of the component. DeclarationSwift var surface: Color
- 
                  
                  The dark colored author name text. DeclarationSwift @available(*, deprecated, message: "Not supported in the new design.") var surfaceImmersive: Color