AuiDialog class
AuiDialog - A customizable dialog widget for Flutter applications.
This class provides a static method to display a dialog with configurable properties such as title, content, actions, and additional customization options.
Constructors
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
-
static(
{required BuildContext context, required String title, Widget? content, List< Widget> ? actions, bool barrierDismissible = false, EdgeInsets? paddingAll, EdgeInsets? padding, Widget? icon, double? width, BorderRadiusGeometry? borderRadius, Color? dividerColor}) → void - Displays a static dialog with customizable options.