Skip to main content

CheckboxTheme

Defines default property values for descendant Checkbox controls.

Properties

Properties

border_sideclass-attributeinstance-attribute

border_side: BorderSide | None = None

Overrides the default value of Checkbox.border_side in all descendant Checkbox controls.

check_colorclass-attributeinstance-attribute

check_color: ControlStateValue[ColorValue] | None = None

Overrides the default value of Checkbox.check_color in all descendant Checkbox controls.

fill_colorclass-attributeinstance-attribute

fill_color: ControlStateValue[ColorValue] | None = None

Overrides the default value of Checkbox.fill_color in all descendant Checkbox controls.

mouse_cursorclass-attributeinstance-attribute

mouse_cursor: ControlStateValue[MouseCursor] | None = None

Overrides the default value of Checkbox.mouse_cursor in all descendant Checkbox controls.

overlay_colorclass-attributeinstance-attribute

overlay_color: ControlStateValue[ColorValue] | None = None

Overrides the default value of Checkbox.overlay_color in all descendant Checkbox controls.

shapeclass-attributeinstance-attribute

shape: OutlinedBorder | None = None

Overrides the default value of Checkbox.shape in all descendant Checkbox controls.

splash_radiusclass-attributeinstance-attribute

splash_radius: Number | None = None

Overrides the default value of Checkbox.splash_radius in all descendant Checkbox controls.

visual_densityclass-attributeinstance-attribute

visual_density: VisualDensity | None = None

Overrides the default value of Checkbox.visual_density in all descendant Checkbox controls.