MemDetectorPopupWindow class
作者:李佳奇 日期:2022/4/22 备注:底部抽屉和弹窗 弹窗操控类
- showBottomDrawer 显示一个drawer
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
showBottomDrawer(
BuildContext context, Widget view, {double? windowHeight, Color barrierColor = Colors.black54, bool barrierDismissible = true, dynamic onResult(Object? result)?}) → Future< Object?>