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