DialogLoader class

Constructors

DialogLoader({required dynamic context})

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

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({LoaderTheme theme = LoaderTheme.dialogDefault, Widget title = const SizedBox(), Widget leftIcon = const SizedBox(), Widget rightIcon = const SizedBox(), Color backgroundColor = Colors.white, Color barrierColor = Colors.black26, bool barrierDismissible = false, double elevation = 5.0, double borderRadius = 5.0, double avatarRadius = 25.0}) → dynamic
toString() String
A string representation of this object.
inherited
update({Widget? title, Widget? leftIcon, Widget? rightIcon, bool barrierDismissible = false, bool autoClose = true, double? avatarRadius}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited