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