text property

String? text
final

Pre-populated Tweet text.

The passed text will appear pre-selected for a Twitter user to delete or edit before posting.

The Tweet author may easily remove the text with a single delete action.

For more info, visit https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/guides/web-intent

Implementation

final String? text;