DialogWidgets class

Constructors

DialogWidgets()

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

defIconBgColor Color?
getter/setter pair
defIconFailed Widget?
getter/setter pair
defIconSuccess Widget?
getter/setter pair
defIconTextStyle TextStyle?
getter/setter pair

Static Methods

setLoadingText(String text, {DialogShower? shower}) → void
showAlert({String? title, Widget? icon, String? text, double? width, double? height, String? buttonLeftText, String? buttonRightText, dynamic buttonLeftEvent(DialogShower dialog)?, dynamic buttonRightEvent(DialogShower dialog)?, dynamic onOptions(AnyAlertTextOptions options)?}) DialogShower
showFailed({Widget? icon, String? text = 'Failed', bool dismissible = true}) DialogShower
showIconText({Widget? icon, String? text, AlterIconTextOptions? onOptions}) DialogShower
showIndicator() DialogShower
showLoading({Widget? widget, String? text = 'Loading', bool isRotating = true, bool dismissible = false, AlterIconTextOptions? onOptions, bool? isPaintAnimation, bool? isPaintStartStiff, double? side, double? stroke, Duration? duration, Color? colorBig, Color? colorSmall}) DialogShower
showSuccess({Widget? icon, String? text = 'Success', bool dismissible = true}) DialogShower