SendMessageConfiguration class
Constructors
- SendMessageConfiguration({TextFieldConfiguration? textFieldConfig, Color? textFieldBackgroundColor, ImagePickerIconsConfiguration? imagePickerIconsConfig, ImagePickerConfiguration? imagePickerConfiguration, Color? defaultSendButtonColor, Widget? sendButtonIcon, Color? replyDialogColor, Color? replyTitleColor, Color? replyMessageColor, Color? closeIconColor, bool allowRecordingVoice = true, bool enableCameraImagePicker = true, bool enableGalleryImagePicker = true, VoiceRecordingConfiguration? voiceRecordingConfiguration, Color? micIconColor, CancelRecordConfiguration? cancelRecordConfiguration})
-
const
Properties
- allowRecordingVoice → bool
-
Enable/disable voice recording. Enabled by default.
final
- cancelRecordConfiguration → CancelRecordConfiguration?
-
Configuration for cancel voice recording
final
- closeIconColor → Color?
-
Used to give color to close icon in reply pop-up.
final
- defaultSendButtonColor → Color?
-
Used to give color to send button.
final
- enableCameraImagePicker → bool
-
Enable/disable send image from camera. Enabled by default.
final
- enableGalleryImagePicker → bool
-
Enable/disable image picker from gallery. Enabled by default.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePickerConfiguration → ImagePickerConfiguration?
-
Provides configuration of image picker plugin.
final
- imagePickerIconsConfig → ImagePickerIconsConfiguration?
-
Provides configuration of image picker functionality.
final
- micIconColor → Color?
-
Color of mic icon when replying to some voice message.
final
- replyDialogColor → Color?
-
Used to give reply dialog color.
final
- replyMessageColor → Color?
-
Used to give color to reply message.
final
- replyTitleColor → Color?
-
Used to give color to title of reply pop-up.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendButtonIcon → Widget?
-
Provides ability to give custom send button.
final
- textFieldBackgroundColor → Color?
-
Used to give background color to text field.
final
- textFieldConfig → TextFieldConfiguration?
-
Provides configuration of text field.
final
- voiceRecordingConfiguration → VoiceRecordingConfiguration?
-
Styling configuration for recorder widget.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited