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