menu
tdlib2 package
documentation
td_api.dart
ParseMarkdownExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
ParseMarkdown
copyWith
(
{
FormattedText
?
text
,
})
Implementation
ParseMarkdown copyWith({FormattedText? text}) => ParseMarkdown(text: text ?? this.text);
tdlib2 package
documentation
td_api
ParseMarkdownExtensions
copyWith method
ParseMarkdownExtensions extension on
ParseMarkdown