VideoFeedTitleConfiguration class

Constructors

VideoFeedTitleConfiguration({bool? hidden, String? textColor, double? fontSize, int? numberOfLines, IOSFontInfo? iOSFontInfo, AndroidFontInfo? androidFontInfo, GradientDrawable? gradientDrawable})

Properties

androidFontInfo AndroidFontInfo?
The Android font info of "VideoFeedTitle". The property is ignored when fontSize is not set. Only supported on Android.
getter/setter pair
fontSize double?
The font size of video feed title. If you don't set this property, the font size will be 12 on iOS and 14sp on Android.
getter/setter pair
gradientDrawable GradientDrawable?
The background drawable of video feed title. Only supported on Android.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hidden bool?
Specifies if the video feed title is hidden. Defaults to false.
getter/setter pair
iOSFontInfo IOSFontInfo?
The iOS font info of video feed title. The property is ignored when fontSize is not set. Only supported on iOS.
getter/setter pair
numberOfLines int?
Specifies the number of allowed lines for the label. Defaults to 2. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
The text color of video feed title. If you don't set this property, the text color will be white with alpha is 0.98 on iOS and #ffffff on Android.
getter/setter pair

Methods

deepCopy() VideoFeedTitleConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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