TweetView constructor
TweetView(
- 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,
- bool? useVideoPlayer,
- double? videoPlayerInitialVolume,
- OnTapImage? onTapImage,
- DateFormat? createdDateDisplayFormat,
- bool? videoHighQuality,
Implementation
TweetView(
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.useVideoPlayer,
this.videoPlayerInitialVolume,
this.onTapImage,
this.createdDateDisplayFormat,
this.videoHighQuality,
});