SmoothDialog class

Inheritance

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

Operators

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