RadioTheme
Defines default property values for descendant Radio controls.
Properties
-
fill_color(Optional[ControlStateValue[ColorValue]]) –Overrides the default value of
Radio.fill_colorin all descendantRadiocontrols. -
mouse_cursor(Optional[ControlStateValue[MouseCursor]]) –Overrides the default value of
Radio.mouse_cursor -
overlay_color(Optional[ControlStateValue[ColorValue]]) –Overrides the default value of
Radio.overlay_colorin all descendantRadiocontrols. -
splash_radius(Optional[Number]) –Overrides the default value of
Radio.splash_radiusin all descendantRadiocontrols. -
visual_density(Optional[VisualDensity]) –Overrides the default value of
Radio.visual_density
Properties#
fill_color
class-attribute
instance-attribute
#
fill_color: Optional[ControlStateValue[ColorValue]] = None
Overrides the default value of Radio.fill_color in all descendant Radio controls.
mouse_cursor
class-attribute
instance-attribute
#
mouse_cursor: Optional[ControlStateValue[MouseCursor]] = (
None
)
Overrides the default value of Radio.mouse_cursor
in all descendant Radio controls.
overlay_color
class-attribute
instance-attribute
#
overlay_color: Optional[ControlStateValue[ColorValue]] = (
None
)
Overrides the default value of Radio.overlay_color in all descendant Radio controls.
splash_radius
class-attribute
instance-attribute
#
Overrides the default value of Radio.splash_radius in all descendant Radio controls.
visual_density
class-attribute
instance-attribute
#
visual_density: Optional[VisualDensity] = None
Overrides the default value of Radio.visual_density
in all descendant Radio controls.