AdaptiveModalDialog<T> class
- Inheritance
-
- Object
- AdaptiveFunction<
T> - AdaptiveModalDialog
Constructors
- AdaptiveModalDialog.new({required Widget title, required Widget content, required AdaptiveModalDialogAction primaryButton, AdaptiveModalDialogAction? secondaryButton, bool barrierDismissible = false, RouteSettings? routeSettings, String? barrierLabel})
-
const
Properties
- barrierDismissible → bool
-
final
- barrierLabel → String?
-
final
- content → Widget
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setterinherited
- primaryButton → AdaptiveModalDialogAction
-
final
- routeSettings → RouteSettings?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryButton → AdaptiveModalDialogAction?
-
final
- title → Widget
-
final
-
final
Methods
-
build(
BuildContext context) → Future< T?> -
inherited
-
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