EmbeddedTweetView constructor
EmbeddedTweetView(
- TweetVM _tweetVM, {
- Color? backgroundColor,
- required bool darkMode,
- double? videoPlayerInitialVolume,
- OnTapImage? onTapImage,
- DateFormat? createdDateDisplayFormat,
- required bool videoHighQuality,
- bool showRepliesCount = false,
- bool? autoPlayVideo,
- bool? enableVideoFullscreen,
- Color? videoControlBarBgColor,
- Widget? videoPlaceholder,
Implementation
EmbeddedTweetView(
this._tweetVM, {
this.backgroundColor,
required this.darkMode,
this.videoPlayerInitialVolume,
this.onTapImage,
this.createdDateDisplayFormat,
required this.videoHighQuality,
this.showRepliesCount = false,
this.autoPlayVideo,
this.enableVideoFullscreen,
this.videoControlBarBgColor,
this.videoPlaceholder,
});