CheckboxTheme
Defines default property values for descendant Checkbox controls.
Properties
-
border_side(Optional[BorderSide]) –Overrides the default value of
Checkbox.border_sidein all descendantCheckboxcontrols. -
check_color(Optional[ControlStateValue[ColorValue]]) –Overrides the default value of
Checkbox.check_colorin all descendantCheckboxcontrols. -
fill_color(Optional[ControlStateValue[ColorValue]]) –Overrides the default value of
Checkbox.fill_colorin all descendantCheckboxcontrols. -
mouse_cursor(Optional[ControlStateValue[MouseCursor]]) –Overrides the default value of
Checkbox.mouse_cursorin all descendantCheckboxcontrols. -
overlay_color(Optional[ControlStateValue[ColorValue]]) –Overrides the default value of
Checkbox.overlay_colorin all descendantCheckboxcontrols. -
shape(Optional[OutlinedBorder]) –Overrides the default value of
Checkbox.shapein all descendantCheckboxcontrols. -
splash_radius(Optional[Number]) –Overrides the default value of
Checkbox.splash_radiusin all descendantCheckboxcontrols. -
visual_density(Optional[VisualDensity]) –Overrides the default value of
Checkbox.visual_densityin all descendantCheckboxcontrols.
Properties#
border_side
class-attribute
instance-attribute
#
border_side: Optional[BorderSide] = None
Overrides the default value of Checkbox.border_side in all descendant Checkbox controls.
check_color
class-attribute
instance-attribute
#
check_color: Optional[ControlStateValue[ColorValue]] = None
Overrides the default value of Checkbox.check_color in all descendant Checkbox controls.
fill_color
class-attribute
instance-attribute
#
fill_color: Optional[ControlStateValue[ColorValue]] = None
Overrides the default value of Checkbox.fill_color in all descendant Checkbox controls.
mouse_cursor
class-attribute
instance-attribute
#
mouse_cursor: Optional[ControlStateValue[MouseCursor]] = (
None
)
Overrides the default value of Checkbox.mouse_cursor in all descendant Checkbox controls.
overlay_color
class-attribute
instance-attribute
#
overlay_color: Optional[ControlStateValue[ColorValue]] = (
None
)
Overrides the default value of Checkbox.overlay_color in all descendant Checkbox controls.
shape
class-attribute
instance-attribute
#
shape: Optional[OutlinedBorder] = None
Overrides the default value of Checkbox.shape in all descendant Checkbox controls.
splash_radius
class-attribute
instance-attribute
#
Overrides the default value of Checkbox.splash_radius in all descendant Checkbox controls.
visual_density
class-attribute
instance-attribute
#
visual_density: Optional[VisualDensity] = None
Overrides the default value of Checkbox.visual_density in all descendant Checkbox controls.