Dialogs class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Static Methods
-
bottomMaterialDialog({BuildContext context, String title, String msg, List<Widget> actions, String animations, ShapeBorder dialogShape: BottomSheetShape, TextStyle titleStyle: titleStyle, TextStyle msgStyle, Color color: bcgColor})
→ void
-
Displays bottom sheet Material dialog above the current contents of the app
-
materialDialog({BuildContext context, String title, String msg, List<Widget> actions, String animations, ShapeBorder dialogShape: dialogShape, TextStyle titleStyle: titleStyle, TextStyle msgStyle, Color color: bcgColor})
→ Future<void>
-
Displays normal Material dialog above the current contents of the app
context
your parent widget context
color
dialog background color
title
your dialog title
titleStyle
your dialog title style
msg
your dialog description message
msgStyle
your dialog description style
actions
Widgets to display a row of buttons after the msg
widget.