CompactTweetView constructor
CompactTweetView(
- TweetVM _tweetVM, {
- TextStyle? userNameStyle,
- TextStyle? userScreenNameStyle,
- TextStyle? textStyle,
- TextStyle? clickableTextStyle,
- TextStyle? retweetInformationTextStyle,
- TextStyle? quoteUserNameStyle,
- TextStyle? quoteUserScreenNameStyle,
- TextStyle? quoteTextStyle,
- TextStyle? quoteClickableTextStyle,
- Color? quoteBorderColor,
- Color? quoteBackgroundColor,
- Color? backgroundColor,
- double? videoPlayerInitialVolume,
- OnTapImage? onTapImage,
- DateFormat? createdDateDisplayFormat,
- required bool videoHighQuality,
- bool? autoPlayVideo,
- bool? enableVideoFullscreen,
- Color? videoControlBarBgColor,
- Widget? videoPlaceholder,
Implementation
CompactTweetView(
this._tweetVM, {
this.userNameStyle,
this.userScreenNameStyle,
this.textStyle,
this.clickableTextStyle,
this.retweetInformationTextStyle,
this.quoteUserNameStyle,
this.quoteUserScreenNameStyle,
this.quoteTextStyle,
this.quoteClickableTextStyle,
this.quoteBorderColor,
this.quoteBackgroundColor,
this.backgroundColor,
this.videoPlayerInitialVolume,
this.onTapImage,
this.createdDateDisplayFormat,
required this.videoHighQuality,
this.autoPlayVideo,
this.enableVideoFullscreen,
this.videoControlBarBgColor,
this.videoPlaceholder,
});