RemoteSplitRadioButtonDefaults

object RemoteSplitRadioButtonDefaults


Contains the default values used by RemoteSplitRadioButton.

Summary

Public functions

RemoteSplitRadioButtonColors

Creates a RemoteSplitRadioButtonColors that represents the default container and content colors used in a RemoteSplitRadioButton.

RemoteSplitRadioButtonColors
@Composable
splitRadioButtonColors(
    selectedContainerColor: RemoteColor?,
    selectedContentColor: RemoteColor?,
    selectedSecondaryContentColor: RemoteColor?,
    selectedSplitContainerColor: RemoteColor?,
    selectedControlColor: RemoteColor?,
    unselectedContainerColor: RemoteColor?,
    unselectedContentColor: RemoteColor?,
    unselectedSecondaryContentColor: RemoteColor?,
    unselectedSplitContainerColor: RemoteColor?,
    unselectedControlColor: RemoteColor?,
    disabledSelectedContainerColor: RemoteColor?,
    disabledSelectedContentColor: RemoteColor?,
    disabledSelectedSecondaryContentColor: RemoteColor?,
    disabledSelectedSplitContainerColor: RemoteColor?,
    disabledSelectedControlColor: RemoteColor?,
    disabledUnselectedContainerColor: RemoteColor?,
    disabledUnselectedContentColor: RemoteColor?,
    disabledUnselectedSecondaryContentColor: RemoteColor?,
    disabledUnselectedSplitContainerColor: RemoteColor?,
    disabledUnselectedControlColor: RemoteColor?
)

Creates a RemoteSplitRadioButtonColors that represents the default container and content colors used in a RemoteSplitRadioButton.

Public properties

RemotePaddingValues

The default content padding used by RemoteSplitRadioButton.

RemoteDp

The default minimum height applied for the RemoteSplitRadioButton.

RemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the outer container of RemoteSplitRadioButton.

RemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the split sections.

Public functions

splitRadioButtonColors

Added in 1.0.0-alpha12
@Composable
fun splitRadioButtonColors(): RemoteSplitRadioButtonColors

Creates a RemoteSplitRadioButtonColors that represents the default container and content colors used in a RemoteSplitRadioButton.

splitRadioButtonColors

Added in 1.0.0-alpha12
@Composable
fun splitRadioButtonColors(
    selectedContainerColor: RemoteColor? = null,
    selectedContentColor: RemoteColor? = null,
    selectedSecondaryContentColor: RemoteColor? = null,
    selectedSplitContainerColor: RemoteColor? = null,
    selectedControlColor: RemoteColor? = null,
    unselectedContainerColor: RemoteColor? = null,
    unselectedContentColor: RemoteColor? = null,
    unselectedSecondaryContentColor: RemoteColor? = null,
    unselectedSplitContainerColor: RemoteColor? = null,
    unselectedControlColor: RemoteColor? = null,
    disabledSelectedContainerColor: RemoteColor? = null,
    disabledSelectedContentColor: RemoteColor? = null,
    disabledSelectedSecondaryContentColor: RemoteColor? = null,
    disabledSelectedSplitContainerColor: RemoteColor? = null,
    disabledSelectedControlColor: RemoteColor? = null,
    disabledUnselectedContainerColor: RemoteColor? = null,
    disabledUnselectedContentColor: RemoteColor? = null,
    disabledUnselectedSecondaryContentColor: RemoteColor? = null,
    disabledUnselectedSplitContainerColor: RemoteColor? = null,
    disabledUnselectedControlColor: RemoteColor? = null
): RemoteSplitRadioButtonColors

Creates a RemoteSplitRadioButtonColors that represents the default container and content colors used in a RemoteSplitRadioButton.

Parameters
selectedContainerColor: RemoteColor? = null

The container color of the RemoteSplitRadioButton when enabled and selected.

selectedContentColor: RemoteColor? = null

The content color of the RemoteSplitRadioButton when enabled and selected.

selectedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitRadioButton when enabled and selected, used for secondaryLabel content.

selectedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitRadioButton when enabled and selected.

selectedControlColor: RemoteColor? = null

The color of the radio control when selected.

unselectedContainerColor: RemoteColor? = null

The container color of the RemoteSplitRadioButton when enabled and not selected.

unselectedContentColor: RemoteColor? = null

The content color of the RemoteSplitRadioButton when enabled and not selected.

unselectedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitRadioButton when enabled and not selected, used for secondaryLabel content.

unselectedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitRadioButton when enabled and not selected.

unselectedControlColor: RemoteColor? = null

The color of the radio control when unselected.

disabledSelectedContainerColor: RemoteColor? = null

The container color of the RemoteSplitRadioButton when disabled and selected.

disabledSelectedContentColor: RemoteColor? = null

The content color of the RemoteSplitRadioButton when disabled and selected.

disabledSelectedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitRadioButton when disabled and selected, used for secondaryLabel content.

disabledSelectedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitRadioButton when disabled and selected.

disabledSelectedControlColor: RemoteColor? = null

The radio control color when disabled and selected.

disabledUnselectedContainerColor: RemoteColor? = null

The container color of the RemoteSplitRadioButton when disabled and not selected.

disabledUnselectedContentColor: RemoteColor? = null

The content color of the RemoteSplitRadioButton when disabled and not selected.

disabledUnselectedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitRadioButton when disabled and not selected, used for secondaryLabel content.

disabledUnselectedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitRadioButton when disabled and not selected.

disabledUnselectedControlColor: RemoteColor? = null

The radio control color when disabled and unselected.

Public properties

ContentPadding

Added in 1.0.0-alpha12
val ContentPaddingRemotePaddingValues

The default content padding used by RemoteSplitRadioButton.

Height

Added in 1.0.0-alpha12
val HeightRemoteDp

The default minimum height applied for the RemoteSplitRadioButton.

shape

Added in 1.0.0-alpha12
val shapeRemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the outer container of RemoteSplitRadioButton.

splitSectionsShape

Added in 1.0.0-alpha12
val splitSectionsShapeRemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the split sections.