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