BottomSheetTheme 底部表单主题
用于自定义整个应用中底部表单
的外观。
BottomSheetTheme
类具有以下属性:
bgcolor
(背景颜色)
在所有子代BottomSheet
控件中覆盖BottomSheet.bgcolor
的默认值。
clip_behavior
(裁剪行为)
在所有子代BottomSheet
控件中覆盖BottomSheet.clip_behavior
的默认值。
drag_handle_color
(拖动手柄颜色)
在所有子代BottomSheet
控件中覆盖BottomSheet.drag_handle_color
的默认值。
elevation
(海拔高度,可理解为浮起效果)
在所有子代BottomSheet
控件中覆盖BottomSheet.elevation
的默认值。
modal_barrier_color
(模态屏障颜色)
在所有子代BottomSheet
控件中覆盖BottomSheet.modal_barrier_color
的默认值。
modal_bgcolor
(模态背景颜色)
在所有子代BottomSheet
控件中覆盖BottomSheet.modal_bgcolor
的默认值。
modal_elevation
(模态海拔高度)
在所有子代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
的默认值。