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