menu
neomage package
documentation
utils/messages/message_utils.dart
TextBlock
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
TextBlock
copyWith
(
{
String
?
text
,
})
Implementation
TextBlock copyWith({String? text}) => TextBlock(text: text ?? this.text);
neomage package
documentation
utils/messages/message_utils
TextBlock
copyWith method
TextBlock class