TIMUIKitTextFieldLayoutNarrow class

Inheritance

Constructors

TIMUIKitTextFieldLayoutNarrow({Key? key, CustomStickerPanel? customStickerPanel, required VoidCallback onEmojiSubmitted, required dynamic onCustomEmojiFaceSubmitted(int, String), required VoidCallback backSpaceText, required ValueChanged<String> addStickerToText, required bool isUseDefaultEmoji, required String languageType, required TextEditingController textEditingController, MorePanelConfig? morePanelConfig, required String conversationID, required ConvType conversationType, required FocusNode focusNode, int? currentCursor, required ValueChanged<int?> setCurrentCursor, required VoidCallback onCursorChange, required TUIChatSeparateViewModel model, Color? backgroundColor, void onChanged(String)?, required dynamic handleSendEditStatus(String, bool), required ValueChanged<String> handleAtText, required VoidCallback handleSoftKeyBoardDelete, V2TimMessage? repliedMessage, String? forbiddenText, required VoidCallback onSubmitted, required VoidCallback goDownBottom, required bool showSendAudio, required bool showSendEmoji, required bool showMorePanel, String? hintText, required List<CustomEmojiFaceData> customEmojiStickerList, TIMUIKitInputTextFieldController? controller, required List<CustomStickerPackage> stickerPackageList})
const

Properties

addStickerToText ValueChanged<String>
final
backgroundColor Color?
background color
final
backSpaceText VoidCallback
final
controller TIMUIKitInputTextFieldController?
control input field behavior
final
conversationID String
conversation id
final
conversationType ConvType
conversation type
final
currentCursor int?
final
customEmojiStickerList List<CustomEmojiFaceData>
final
customStickerPanel CustomStickerPanel?
sticker panel customization
final
focusNode FocusNode
final
forbiddenText String?
final
goDownBottom VoidCallback
final
handleAtText ValueChanged<String>
final
handleSendEditStatus → dynamic Function(String, bool)
final
handleSoftKeyBoardDelete VoidCallback
final
hashCode int
The hash code for this object.
no setterinherited
hintText String?
hint text for textField widget
final
isUseDefaultEmoji bool
Whether to use the default emoji
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
languageType String
final
model TUIChatSeparateViewModel
final
morePanelConfig MorePanelConfig?
config for more panel
final
onChanged → (void Function(String)?)
on text changed
final
onCursorChange VoidCallback
final
onCustomEmojiFaceSubmitted → dynamic Function(int, String)
final
onEmojiSubmitted VoidCallback
final
onSubmitted VoidCallback
final
repliedMessage V2TimMessage?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setCurrentCursor ValueChanged<int?>
final
showMorePanel bool
show more panel
final
showSendAudio bool
show send audio icon
final
showSendEmoji bool
show send emoji icon
final
stickerPackageList List<CustomStickerPackage>
final
textEditingController TextEditingController
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<TIMUIKitTextFieldLayoutNarrow>
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