DigitDialogOptions class
Constructors
- DigitDialogOptions({String? titleText, String? contentText, Icon? titleIcon, Widget? title, Widget? content, DigitDialogActions? primaryAction, DigitDialogActions? secondaryAction, bool barrierDismissible = false, bool? enableRecordPast = false, bool isScrollable = false, EdgeInsets titlePadding = const EdgeInsets.only(top: kPadding, bottom: kPadding), EdgeInsets contentPadding = const EdgeInsets.all(kPadding), Color? barrierColor, Key? key, EdgeInsets? dialogPadding})
-
const
Properties
- barrierColor → Color?
-
final
- barrierDismissible → bool
-
final
- content → Widget?
-
no setter
- contentPadding → EdgeInsets
-
final
- contentText → String?
-
final
- dialogPadding → EdgeInsets?
-
final
- enableRecordPast → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isScrollable → bool
-
final
- key → Key?
-
final
- primaryAction → DigitDialogActions?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryAction → DigitDialogActions?
-
final
- title → Widget?
-
no setter
- titleIcon → Icon?
-
final
- titlePadding → EdgeInsets
-
final
- titleText → String?
-
final
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