menu
flutter_chatflow package
documentation
widgets/media_selection_with_text.dart
MediaSelectionWithText
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
dynamic
copyWith
(
{
required
String
text
,
})
Make a copy of this with the new text
Implementation
copyWith({required String text}) { this.text = text; }
flutter_chatflow package
documentation
widgets/media_selection_with_text
MediaSelectionWithText
copyWith method
MediaSelectionWithText class