WatchSettings class
Branding properties for the watch.
All deprecated.
Constructors
- WatchSettings({String? backgroundColor, String? featuredPlaylistId, String? textColor})
- WatchSettings.fromJson(Map json_)
Properties
- backgroundColor ↔ String?
-
The text color for the video watch page's branded area.
getter/setter pair
- featuredPlaylistId ↔ String?
-
An ID that uniquely identifies a playlist that displays next to the video
player.
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
- textColor ↔ String?
-
The background color for the video watch page's branded area.
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