VideoMessageViewStyle class

Constructors

VideoMessageViewStyle.new({TextMessageViewStyle captionTextViewStyle = const TextMessageViewStyle(), TextStyle timeTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 11), BorderRadiusGeometry videoBorderRadius = const BorderRadius.all(Radius.circular(10)), DownloadUploadViewStyle downloadUploadViewStyle = const DownloadUploadViewStyle(decoration: BoxDecoration(border: Border.fromBorderSide(BorderSide(width: 1.0)), borderRadius: BorderRadius.all(Radius.circular(4)), color: Colors.black45), textStyle: TextStyle(fontWeight: FontWeight.w500, color: Colors.white, fontSize: 10), progressIndicatorThemeData: ProgressIndicatorThemeData(color: Colors.white, linearTrackColor: Colors.transparent), iconStyle: IconStyle(iconColor: Colors.white))})
const

Properties

captionTextViewStyle TextMessageViewStyle
final
downloadUploadViewStyle DownloadUploadViewStyle
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeTextStyle TextStyle
final
videoBorderRadius BorderRadiusGeometry
final

Methods

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.
inherited