Skip to main content

BottomSheetTheme

Customizes the appearance of BottomSheet across the app.

Properties

Properties

barrier_colorclass-attributeinstance-attribute

barrier_color: Optional[ColorValue] = None

Overrides the default value of flet.BottomSheet.barrier_color in all descendant BottomSheet controls.

bgcolorclass-attributeinstance-attribute

bgcolor: Optional[ColorValue] = None

Overrides the default value of flet.BottomSheet.bgcolor in all descendant BottomSheet controls.

clip_behaviorclass-attributeinstance-attribute

clip_behavior: Optional[ClipBehavior] = None

Overrides the default value of flet.BottomSheet.clip_behavior in all descendant BottomSheet controls.

drag_handle_colorclass-attributeinstance-attribute

drag_handle_color: Optional[ColorValue] = None

Overrides the default value of drag handle color in all descendant BottomSheet controls.

elevationclass-attributeinstance-attribute

elevation: Optional[Number] = None

Overrides the default value of flet.BottomSheet.elevation in all descendant BottomSheet controls.

shadow_colorclass-attributeinstance-attribute

shadow_color: Optional[ColorValue] = None

Overrides the default value of shadow color in all descendant BottomSheet controls.

shapeclass-attributeinstance-attribute

shape: Optional[OutlinedBorder] = None

Overrides the default value of flet.BottomSheet.shape in all descendant BottomSheet controls.

show_drag_handleclass-attributeinstance-attribute

show_drag_handle: Optional[bool] = None

Overrides the default value of flet.BottomSheet.show_drag_handle in all descendant BottomSheet controls.

size_constraintsclass-attributeinstance-attribute

size_constraints: Optional[BoxConstraints] = None

Overrides the default value of flet.BottomSheet.size_constraints in all descendant BottomSheet controls.