RadioTheme
Defines default property values for descendant Radio controls.
Properties
fill_color- Overrides the default value of flet.Radio.fill_color in all descendant Radio controls.mouse_cursor- Overrides the default value of flet.Radio.mouse_cursor in all descendant Radio controls.overlay_color- Overrides the default value of flet.Radio.overlay_color in all descendant Radio controls.splash_radius- Overrides the default value of flet.Radio.splash_radius in all descendant Radio controls.visual_density- Overrides the default value of flet.Radio.visual_density in all descendant Radio controls.
Properties
fill_colorclass-attributeinstance-attribute
fill_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of flet.Radio.fill_color in all descendant Radio controls.
mouse_cursorclass-attributeinstance-attribute
mouse_cursor: Optional[ControlStateValue[MouseCursor]] = NoneOverrides the default value of flet.Radio.mouse_cursor in all descendant Radio controls.
overlay_colorclass-attributeinstance-attribute
overlay_color: Optional[ControlStateValue[ColorValue]] = NoneOverrides the default value of flet.Radio.overlay_color in all descendant Radio controls.
splash_radiusclass-attributeinstance-attribute
splash_radius: Optional[Number] = NoneOverrides the default value of flet.Radio.splash_radius in all descendant Radio controls.
visual_densityclass-attributeinstance-attribute
visual_density: Optional[VisualDensity] = NoneOverrides the default value of flet.Radio.visual_density in all descendant Radio controls.