TUIKitWidePopup class

Constructors

TUIKitWidePopup()

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 Properties

entry OverlayEntry?
getter/setter pair
isShow bool
getter/setter pair

Static Methods

showMedia({String? mediaLocalPath, String? mediaURL, required BuildContext context, required VoidCallback onClickOrigin, double? aspectRatio}) → void
showPopupWindow({required TUIKitWideModalOperationKey operationKey, required BuildContext context, required Widget child(VoidCallback closeFunc), TUITheme? theme, double? width, double? height, Offset? offset, String? initText, BorderRadius? borderRadius, bool isDarkBackground = true, String? title, VoidCallback? onSubmit, Widget? submitWidget, VoidCallback? onConfirm, VoidCallback? onCancel}) → dynamic
showSecondaryConfirmDialog({required TUIKitWideModalOperationKey operationKey, required BuildContext context, required String text, required TUITheme theme, VoidCallback? onConfirm, VoidCallback? onCancel}) → dynamic