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