ChatStrings constructor
const
ChatStrings({})
Implementation
const ChatStrings({
super.key,
required super.child,
this.send = 'Send',
this.stop = 'Stop',
this.promptHint = _defaultHint,
});
const ChatStrings({
super.key,
required super.child,
this.send = 'Send',
this.stop = 'Stop',
this.promptHint = _defaultHint,
});