AdStyleColors class

The colors included in the style.

These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

Constructors

AdStyleColors({String? background, String? border, String? text, String? title, String? url})
AdStyleColors.fromJson(Map json_)

Properties

background String?
The color of the ad background.
getter/setter pair
border String?
The color of the ad border.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The color of the ad text.
getter/setter pair
title String?
The color of the ad title.
getter/setter pair
url String?
The color of the ad url.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited