MessageDialog class

Inheritance

Constructors

MessageDialog(BuildContext _context)

Properties

buttons List<DialogButton>
finalinherited
context BuildContext
finalinherited
dialogType DialogType
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
messageString String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleString String?
getter/setter pairinherited

Methods

button(String label, dynamic value, {VoidCallback? onPressed, bool dismiss = true, bool isDefault = false}) MessageDialog
inherited
cancel({String title = "Cancel"}) MessageDialog
message(String message) MessageDialog
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ok({String title = "Ok"}) MessageDialog
okCancel() MessageDialog
show<V>() Future<V?>
override
title(String title) MessageDialog
inherited
toString() String
A string representation of this object.
inherited
type(DialogType type) MessageDialog
inherited

Operators

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