MessageDialogConfig class
- Inheritance
-
- Object
- DialogConfig
- MessageDialogConfig
Constructors
- MessageDialogConfig({bool material = false, TextStyle? messageStyle, TextStyle? titleStyle, String? buttonText, TextStyle? buttonTextStyle})
-
const
- MessageDialogConfig.builder(CustomMessageDialogBuilder builder, {bool material = false})
-
const
Properties
- builder → CustomMessageDialogBuilder?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- material → bool
-
finalinherited
- messageStyle → TextStyle?
-
finalinherited
- negativeButtonText → String?
-
finalinherited
- negativeButtonTextStyle → TextStyle?
-
finalinherited
- positiveButtonText → String?
-
finalinherited
- positiveButtonTextStyle → TextStyle?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleStyle → TextStyle?
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited