DrawerOverlayEntry<T> class

Constructors

DrawerOverlayEntry({required DrawerBuilder builder, required BackdropBuilder backdropBuilder, required bool modal, required BarrierBuilder barrierBuilder, required CapturedThemes? themes, required Completer<T> completer, required OverlayPosition position, required CapturedData? data, required bool barrierDismissible, required bool useSafeArea})

Properties

backdropBuilder BackdropBuilder
final
barrierBuilder BarrierBuilder
final
barrierDismissible bool
final
builder DrawerBuilder
final
completer Completer<T>
final
data CapturedData?
final
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<DrawerEntryWidgetState<T>>
final
final
position OverlayPosition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themes CapturedThemes?
final
useSafeArea bool
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