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