OpenDialog class

Constructors

OpenDialog()

Properties

animationType DialogTransitionType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirm<T>({String? title, String? content, String? lottiePath, String? labelNoButton, dynamic onNoClicked()?, String? labelYesButton, required dynamic onYesClicked()?, Widget? customWidget, bool isBackAfterYes = true}) Future<T?>
getImage<T>({String? title, String? content, CropStyle cropStyle = CropStyle.rectangle, int maxSize = 1080, required dynamic onCameraClicked(File?)?, required dynamic onGalleryClicked(File?)?}) Future<T?>
imageCropper(String imagePath, {CropStyle cropStyle = CropStyle.rectangle, int maxSize = 1080}) Future<File?>
info<T>({String? title, String? content, String? lottiePath, EdgeInsets? lottiePadding, String? labelButton, dynamic onClicked()?, Widget? customWidget, bool isBackAfterYes = true}) Future<T?>
messageError(String message, {String? title, Duration? duration}) Future<void>
messageSuccess(String message, {String? title, Duration? duration}) Future<void>
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