跳到主要内容

BottomSheetTheme 底部表单主题

用于自定义整个应用中底部表单的外观。

BottomSheetTheme类具有以下属性:

bgcolor(背景颜色)

在所有子代BottomSheet控件中覆盖BottomSheet.bgcolor的默认值。

clip_behavior(裁剪行为)

在所有子代BottomSheet控件中覆盖BottomSheet.clip_behavior的默认值。

drag_handle_color(拖动手柄颜色)

在所有子代BottomSheet控件中覆盖BottomSheet.drag_handle_color的默认值。

elevation(海拔高度,可理解为浮起效果)

在所有子代BottomSheet控件中覆盖BottomSheet.elevation的默认值。

在所有子代BottomSheet控件中覆盖BottomSheet.modal_barrier_color的默认值。

在所有子代BottomSheet控件中覆盖BottomSheet.modal_bgcolor的默认值。

在所有子代BottomSheet控件中覆盖BottomSheet.modal_elevation的默认值。

shadow_color(阴影颜色)

在所有子代BottomSheet控件中覆盖BottomSheet.shadow_color的默认值。

shape(形状)

在所有子代BottomSheet控件中覆盖BottomSheet.shape的默认值。

show_drag_handle(显示拖动手柄)

在所有子代BottomSheet控件中覆盖BottomSheet.show_drag_handle的默认值。

size_constraints(尺寸约束)

在所有子代BottomSheet控件中覆盖BottomSheet.size_constraints的默认值。

值的类型为BoxConstraints

surface_tint_color(表面色调颜色)

在所有子代BottomSheet控件中覆盖BottomSheet.surface_tint_color的默认值。