NomoModalSheet class

Constructors

NomoModalSheet({dynamic key, required dynamic context, required List pages, dynamic pageIndexNotifier, dynamic decorator(dynamic)?, bool? useSafeArea, bool? barrierDismissible, bool? enableDrag, bool? showDragHandle, dynamic routeSettings, Duration? transitionDuration, void onModalDismissedWithBarrierTap()?, void onModalDismissedWithDrag()?, dynamic transitionAnimationController, dynamic bottomSheetTransitionAnimation, dynamic dialogTransitionAnimation, double? minDialogWidth = 400, double? maxDialogWidth = 560, double? minPageHeight = 0.0, double? maxPageHeight = 0.9, dynamic modalBarrierColor})
const

Properties

barrierDismissible bool?
final
bottomSheetTransitionAnimation → dynamic
final
context → dynamic
final
decorator → (dynamic Function(dynamic)?)
final
dialogTransitionAnimation → dynamic
final
enableDrag bool?
final
hashCode int
The hash code for this object.
no setterinherited
maxDialogWidth double?
final
maxPageHeight double?
final
minDialogWidth double?
final
minPageHeight double?
final
modalBarrierColor → dynamic
final
onModalDismissedWithBarrierTap → (void Function()?)
final
onModalDismissedWithDrag → (void Function()?)
final
pageIndexNotifier → dynamic
final
pages List
final
routeSettings → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDragHandle bool?
final
transitionAnimationController → dynamic
final
transitionDuration Duration?
final
useSafeArea bool?
final

Methods

build(dynamic context) → dynamic
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