CustomBottomSheet class
BottomSheet 底部弹窗组件
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
-
show<
T> ({required dynamic context, required Widget builder(BuildContext), bool isDismissible = true, BoxConstraints? constraints, bool isExpanded = true, bool? useSafeArea, double? contentPadding, Widget? confirm, Widget? cancel, Widget? title, Widget? action, String? titleText, bool? showConfirm = false, bool? showCancel = false, void onConfirm()?, void onCancel()?, AlignmentGeometry? contentAlignment, double? height}) → Future< T?> - 显示底部弹窗
-
showDefault<
T> ({required dynamic context, required Widget builder(BuildContext), bool isDismissible = true, BoxConstraints? constraints, RouteSettings? routeSettings, bool? useSafeArea, bool enableDrag = true}) → Future< T?> - 默认 BottomSheet