BottomSheetTheme
Customizes the appearance of BottomSheet across the app.
Properties
barrier_color- Overrides the default value offlet.BottomSheet.barrier_colorin all descendantBottomSheetcontrols.bgcolor- Overrides the default value offlet.BottomSheet.bgcolorin all descendantBottomSheetcontrols.clip_behavior- Overrides the default value offlet.BottomSheet.clip_behaviorin all descendantBottomSheetcontrols.drag_handle_color- Overrides the default value of drag handle color in all descendantBottomSheetcontrols.elevation- Overrides the default value offlet.BottomSheet.elevationin all descendantBottomSheetcontrols.shadow_color- Overrides the default value of shadow color in all descendantBottomSheetcontrols.shape- Overrides the default value offlet.BottomSheet.shapein all descendantBottomSheetcontrols.show_drag_handle- Overrides the default value offlet.BottomSheet.show_drag_handlein all descendantBottomSheetcontrols.size_constraints- Overrides the default value offlet.BottomSheet.size_constraintsin all descendantBottomSheetcontrols.
Properties
barrier_colorclass-attributeinstance-attribute
barrier_color: Optional[ColorValue] = NoneOverrides the default value of flet.BottomSheet.barrier_color in all descendant BottomSheet controls.
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value of flet.BottomSheet.bgcolor in all descendant BottomSheet controls.
clip_behaviorclass-attributeinstance-attribute
clip_behavior: Optional[ClipBehavior] = NoneOverrides the default value of flet.BottomSheet.clip_behavior in all descendant BottomSheet controls.
drag_handle_colorclass-attributeinstance-attribute
drag_handle_color: Optional[ColorValue] = NoneOverrides the default value of drag handle color in all descendant BottomSheet controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of flet.BottomSheet.elevation in all descendant BottomSheet controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of shadow color in all descendant BottomSheet controls.
shapeclass-attributeinstance-attribute
shape: Optional[OutlinedBorder] = NoneOverrides the default value of flet.BottomSheet.shape in all descendant BottomSheet controls.
show_drag_handleclass-attributeinstance-attribute
show_drag_handle: Optional[bool] = NoneOverrides the default value of flet.BottomSheet.show_drag_handle in all descendant BottomSheet controls.
size_constraintsclass-attributeinstance-attribute
size_constraints: Optional[BoxConstraints] = NoneOverrides the default value of flet.BottomSheet.size_constraints in all descendant BottomSheet controls.