ChatComposer class

Inheritance

Constructors

ChatComposer({Key? key, required dynamic onReceiveText(String?), required dynamic onRecordEnd(String?), dynamic onRecordStart()?, dynamic onRecordCancel()?, FocusNode? focusNode, TextEditingController? controller, Widget? leading, List<Widget>? actions, TextCapitalization? textCapitalization, TextInputAction? textInputAction, TextInputType? keyboardType, TextStyle? textStyle, InputDecoration? textFieldDecoration, EdgeInsetsGeometry? textPadding, Color? backgroundColor, Color? composerColor, Color? sendButtonColor, Color? sendButtonBackgroundColor, Color? lockColor, Color? lockBackgroundColor, Color? recordIconColor, Color? deleteButtonColor, Color? textColor, EdgeInsetsGeometry? padding, IconData? sendIcon, IconData? recordIcon, BorderRadius? borderRadius, List<BoxShadow>? shadow, Duration? maxRecordLength, dynamic onPanCancel()?})

Properties

actions List<Widget>?
A list of Widgets to display in a row after the TextField widget.
final
backgroundColor Color?
backgroundColor
final
borderRadius BorderRadius?
borderRadius
final
composerColor Color?
composerColor
final
controller TextEditingController?
controller
final
deleteButtonColor Color?
deleteButtonColor
final
focusNode FocusNode?
focusNode
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardType TextInputType?
keyboardType
final
leading Widget?
A widget to display before the TextField.
final
lockBackgroundColor Color?
lockBackgroundColor
final
lockColor Color?
lockColor
final
maxRecordLength Duration?
Audio max duration should record then return recorder audio path.
final
onPanCancel → (dynamic Function()?)
A callback when the user does not lock the recording or does not hold.
final
onReceiveText → dynamic Function(String?)
A callback when submit Text Message.
final
onRecordCancel → (dynamic Function()?)
A callback when cancel recording.
final
onRecordEnd → dynamic Function(String?)
A callback when end recording, return the recorder audio path.
final
onRecordStart → (dynamic Function()?)
A callback when start recording.
final
padding EdgeInsetsGeometry?
padding
final
recordIcon IconData?
recordIcon
final
recordIconColor Color?
recordIconColor
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendButtonBackgroundColor Color?
sendButtonBackgroundColor
final
sendButtonColor Color?
sendButtonColor
final
sendIcon IconData?
sendIcon
final
shadow List<BoxShadow>?
shadow
final
textCapitalization TextCapitalization?
textCapitalization
final
textColor Color?
textColor
final
textFieldDecoration InputDecoration?
textFieldDecoration
final
textInputAction TextInputAction?
textInputAction
final
textPadding EdgeInsetsGeometry?
textPadding
final
textStyle TextStyle?
textStyle
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<ChatComposer>
Creates the mutable state for this widget at a given location in the tree.
override
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}) 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