AlertDialogBase class abstract

Implementers

Constructors

AlertDialogBase()

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
addButtonPositiveListener(Function onPositiveListener) AlertDialogBase
addDismissListener(Function onDismissListener) AlertDialogBase
dismissDialog() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBarrierDismissible(bool barrierDismissible) AlertDialogBase
setDescription(String description) AlertDialogBase
setTitleHeader(String titleHeader) AlertDialogBase
setTitleNegative(String titleNegative) AlertDialogBase
setTitlePositive(String titlePositive) AlertDialogBase
showDialog() → void
toString() String
A string representation of this object.
inherited

Operators

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