VideoFeedConfiguration class Null safety
Constructors
- VideoFeedConfiguration({String? backgroundColor, double? cornerRadius, VideoFeedTitleConfiguration? title, VideoFeedTitlePosition? titlePosition, VideoFeedPlayIconConfiguration? playIcon, bool? showAdBadge})
Properties
- backgroundColor ↔ String?
-
The background color of video feed.
read / write
- cornerRadius ↔ double?
-
The corner radius of video feed. Only supported on iOS.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- playIcon ↔ VideoFeedPlayIconConfiguration?
-
The configuration of video feed play icon. Only supported on iOS.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- showAdBadge ↔ bool?
-
Indicates if the video feed shows ad badge.
read / write
- title ↔ VideoFeedTitleConfiguration?
-
The configuration of video feed title.
read / write
- titlePosition ↔ VideoFeedTitlePosition?
-
The title position of video feed.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited