ElDrawerService class

Constructors

ElDrawerService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show<T>({required WidgetBuilder builder, AxisDirection direction = AxisDirection.left, double? maxPrimarySize, bool enabledDrag = true, Color modalColor = Colors.black54, bool ignoreModalPointer = false, bool enabledFade = false}) Future<T?>
通过路由打开抽屉,适用于无需保持状态的弹窗
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited