TencentCloudChatDialog class
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
Static Methods
-
showAdaptiveDialog({required BuildContext context, Key? key, Widget? title, String? barrierLabel, bool useRootNavigator = true, bool barrierDismissible = false, RouteSettings? routeSettings, Offset? anchorPoint, Widget? content, List<Widget> actions = const <Widget>[], ScrollController? scrollController, ScrollController? actionScrollController, Duration insetAnimationDuration = const Duration(milliseconds: 100), Curve insetAnimationCurve = Curves.decelerate})
→ void
-
-
showCustomDialog({required BuildContext context, required Widget builder(BuildContext context), String title = "", bool? barrierDismissible, bool? showCloseBtn, bool? autoScroll, double? containerMaxHeight, double? containerMaxWidth, EdgeInsets? containerPadding, double? contentMaxHeight, double? contentMaxWidth, Color? backgroundColor})
→ void
-