SmoothDialog class
- Inheritance
-
- Object
- AlertDialogBase
- SmoothDialog
- Mixed-in types
Constructors
- SmoothDialog(BuildContext _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
-
addButtonNegativeListener(
Function onNegativeListener) → AlertDialogBase -
override
-
addButtonPositiveListener(
Function onPositiveListener) → AlertDialogBase -
override
-
addDismissListener(
Function onDismissListener) → AlertDialogBase -
override
-
dismissDialog(
) → void -
override
-
dismissLoading(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBarrierDismissible(
bool barrierDismissible) → AlertDialogBase -
override
-
setDescription(
String description) → AlertDialogBase -
override
-
setTitleHeader(
String titleHeader) → AlertDialogBase -
override
-
setTitleLoading(
String title) → LoadingDialogBase -
override
-
setTitleNegative(
String titleNegative) → AlertDialogBase -
override
-
setTitlePositive(
String titlePositive) → AlertDialogBase -
override
-
showDialog(
) → void -
override
-
showLoadingDialog(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited