TencentCloudChatCommonBuilders class
Constructors
- TencentCloudChatCommonBuilders({CommonAvatarBuilder? commonAvatarBuilder, ShowDesktopPopupFunc? showDesktopPopupFunc})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
getCommonAvatarBuilder(
{required TencentCloudChatAvatarScene scene, double? width, double? height, double? borderRadius, required List< String?> imageList, Decoration? decoration}) → Widget -
showDesktopPopup(
{TencentCloudChatPopupOperationKey? operationKey, required BuildContext context, required Widget child(VoidCallback closeFunc), double? width, double? height, Offset? offset, String? initText, BorderRadius? borderRadius, bool? isDarkBackground, String? title, VoidCallback? onSubmit, Widget? submitWidget, VoidCallback? onConfirm, VoidCallback? onCancel}) → dynamic