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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited