ChatView class
A complete chat screen over a ChatController.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- ChatView
Constructors
-
ChatView({required ChatController controller, ValueChanged<
Citation> ? onCitationTap, VoidCallback? onStartNewConversation, SendOptions? sendOptions, ValueChanged<String> ? onSend, Widget? composerLeading, Widget? composerHeader, Key? key}) -
Creates the view.
const
Properties
- composerHeader → Widget?
-
Widget placed directly above the composer.
final
- composerLeading → Widget?
-
Widget placed at the start of the composer row, e.g. an attach button.
final
- controller → ChatController
-
The controller driving the transcript.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
onCitationTap
→ ValueChanged<
Citation> ? -
Called with the source the reader tapped. Wire it to url_launcher, or
leave it null and the citations render as plain, non-interactive chips —
this package deliberately ships no URL-opening dependency.
final
-
onSend
→ ValueChanged<
String> ? -
Overrides what pressing send does.
final
- onStartNewConversation → VoidCallback?
-
Offered as an action when the anonymous quota is exhausted.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendOptions → SendOptions?
-
Options applied to every turn sent from this view's composer.
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited