BottomSheetTheme
Customizes the appearance of BottomSheet across the app.
Properties
barrier_color- Overrides the default value of flet.BottomSheet.barrier_color in all descendant BottomSheet controls.bgcolor- Overrides the default value of flet.BottomSheet.bgcolor in all descendant BottomSheet controls.clip_behavior- Overrides the default value of flet.BottomSheet.clip_behavior in all descendant BottomSheet controls.drag_handle_color- Overrides the default value of drag handle color in all descendant BottomSheet controls.elevation- Overrides the default value of flet.BottomSheet.elevation in all descendant BottomSheet controls.shadow_color- Overrides the default value of shadow color in all descendant BottomSheet controls.shape- Overrides the default value of flet.BottomSheet.shape in all descendant BottomSheet controls.show_drag_handle- Overrides the default value of flet.BottomSheet.show_drag_handle in all descendant BottomSheet controls.size_constraints- Overrides the default value of flet.BottomSheet.size_constraints in all descendant BottomSheet controls.
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.