VideoFeedTitleConfiguration class Null safety

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.
read / write
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.
read / write
gradientDrawable GradientDrawable?
The background drawable of video feed title. Only supported on Android.
read / write
hashCode int
The hash code for this object.
read-onlyoverride
hidden bool?
Specifies if the video feed title is hidden. Defaults to false.
read / write
iOSFontInfo IOSFontInfo?
The iOS font info of video feed title. The property is ignored when fontSize is not set. Only supported on iOS.
read / write
numberOfLines int?
Specifies the number of allowed lines for the label. Defaults to 2. Only supported on iOS.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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.
read / write

Methods

deepCopy() VideoFeedTitleConfiguration
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.
override