DialogBox class

Display an extensive widget to a dialogue window.

Mixed-in types

Constructors

DialogBox({String? title, Option? button01, Option? button02, VoidCallback? press01, VoidCallback? press02, bool? switchButtons, List<Widget>? body, List<Widget>? actions, bool? barrierDismissible = false})

Properties

actions List<Widget>?
final
barrierDismissible bool?
final
body List<Widget>?
final
button01 Option?
getter/setter pairinherited
button02 Option?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
press01 VoidCallback?
getter/setter pairinherited
press02 VoidCallback?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
switchButtons bool?
getter/setter pairinherited
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({String? title, Option? button01, Option? button02, VoidCallback? press01, VoidCallback? press02, bool? switchButtons, String? msg, List<Widget>? body, List<Widget>? actions, bool? barrierDismissible}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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