RemoteSplitCheckboxButtonDefaults

object RemoteSplitCheckboxButtonDefaults


Contains the default values used by RemoteSplitCheckboxButton.

Summary

Public functions

RemoteSplitCheckboxButtonColors

Creates a RemoteSplitCheckboxButtonColors that represents the default container and content colors used in a RemoteSplitCheckboxButton.

RemoteSplitCheckboxButtonColors
@Composable
splitCheckboxButtonColors(
    checkedContainerColor: RemoteColor?,
    checkedContentColor: RemoteColor?,
    checkedSecondaryContentColor: RemoteColor?,
    checkedSplitContainerColor: RemoteColor?,
    checkedBoxColor: RemoteColor?,
    checkedCheckmarkColor: RemoteColor?,
    uncheckedContainerColor: RemoteColor?,
    uncheckedContentColor: RemoteColor?,
    uncheckedSecondaryContentColor: RemoteColor?,
    uncheckedSplitContainerColor: RemoteColor?,
    uncheckedBoxColor: RemoteColor?,
    disabledCheckedContainerColor: RemoteColor?,
    disabledCheckedContentColor: RemoteColor?,
    disabledCheckedSecondaryContentColor: RemoteColor?,
    disabledCheckedSplitContainerColor: RemoteColor?,
    disabledCheckedBoxColor: RemoteColor?,
    disabledCheckedCheckmarkColor: RemoteColor?,
    disabledUncheckedContainerColor: RemoteColor?,
    disabledUncheckedContentColor: RemoteColor?,
    disabledUncheckedSecondaryContentColor: RemoteColor?,
    disabledUncheckedSplitContainerColor: RemoteColor?,
    disabledUncheckedBoxColor: RemoteColor?
)

Creates a RemoteSplitCheckboxButtonColors that represents the default container and content colors used in a RemoteSplitCheckboxButton.

Public properties

RemotePaddingValues

The default content padding used by RemoteSplitCheckboxButton.

RemoteDp

The default minimum height applied for the RemoteSplitCheckboxButton.

RemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the outer container of RemoteSplitCheckboxButton.

RemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the split sections.

Public functions

splitCheckboxButtonColors

Added in 1.0.0-alpha12
@Composable
fun splitCheckboxButtonColors(): RemoteSplitCheckboxButtonColors

Creates a RemoteSplitCheckboxButtonColors that represents the default container and content colors used in a RemoteSplitCheckboxButton.

splitCheckboxButtonColors

Added in 1.0.0-alpha12
@Composable
fun splitCheckboxButtonColors(
    checkedContainerColor: RemoteColor? = null,
    checkedContentColor: RemoteColor? = null,
    checkedSecondaryContentColor: RemoteColor? = null,
    checkedSplitContainerColor: RemoteColor? = null,
    checkedBoxColor: RemoteColor? = null,
    checkedCheckmarkColor: RemoteColor? = null,
    uncheckedContainerColor: RemoteColor? = null,
    uncheckedContentColor: RemoteColor? = null,
    uncheckedSecondaryContentColor: RemoteColor? = null,
    uncheckedSplitContainerColor: RemoteColor? = null,
    uncheckedBoxColor: RemoteColor? = null,
    disabledCheckedContainerColor: RemoteColor? = null,
    disabledCheckedContentColor: RemoteColor? = null,
    disabledCheckedSecondaryContentColor: RemoteColor? = null,
    disabledCheckedSplitContainerColor: RemoteColor? = null,
    disabledCheckedBoxColor: RemoteColor? = null,
    disabledCheckedCheckmarkColor: RemoteColor? = null,
    disabledUncheckedContainerColor: RemoteColor? = null,
    disabledUncheckedContentColor: RemoteColor? = null,
    disabledUncheckedSecondaryContentColor: RemoteColor? = null,
    disabledUncheckedSplitContainerColor: RemoteColor? = null,
    disabledUncheckedBoxColor: RemoteColor? = null
): RemoteSplitCheckboxButtonColors

Creates a RemoteSplitCheckboxButtonColors that represents the default container and content colors used in a RemoteSplitCheckboxButton.

Parameters
checkedContainerColor: RemoteColor? = null

The container color of the RemoteSplitCheckboxButton when enabled and checked.

checkedContentColor: RemoteColor? = null

The content color of the RemoteSplitCheckboxButton when enabled and checked.

checkedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitCheckboxButton when enabled and checked, used for secondaryLabel content.

checkedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitCheckboxButton when enabled and checked.

checkedBoxColor: RemoteColor? = null

The box color of the RemoteSplitCheckboxButton when enabled and checked.

checkedCheckmarkColor: RemoteColor? = null

The checkmark color of the RemoteSplitCheckboxButton when enabled and checked.

uncheckedContainerColor: RemoteColor? = null

The container color of the RemoteSplitCheckboxButton when enabled and unchecked.

uncheckedContentColor: RemoteColor? = null

The content color of the RemoteSplitCheckboxButton when enabled and unchecked.

uncheckedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitCheckboxButton when enabled and unchecked, used for secondaryLabel content.

uncheckedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitCheckboxButton when enabled and unchecked.

uncheckedBoxColor: RemoteColor? = null

The box color of the RemoteSplitCheckboxButton when enabled and unchecked.

disabledCheckedContainerColor: RemoteColor? = null

The container color of the RemoteSplitCheckboxButton when disabled and checked.

disabledCheckedContentColor: RemoteColor? = null

The content color of the RemoteSplitCheckboxButton when disabled and checked.

disabledCheckedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitCheckboxButton when disabled and checked, used for secondaryLabel content.

disabledCheckedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitCheckboxButton when disabled and checked.

disabledCheckedBoxColor: RemoteColor? = null

The box color of the RemoteSplitCheckboxButton when disabled and checked.

disabledCheckedCheckmarkColor: RemoteColor? = null

The checkmark color of the RemoteSplitCheckboxButton when disabled and checked.

disabledUncheckedContainerColor: RemoteColor? = null

The container color of the RemoteSplitCheckboxButton when disabled and unchecked.

disabledUncheckedContentColor: RemoteColor? = null

The content color of the RemoteSplitCheckboxButton when disabled and unchecked.

disabledUncheckedSecondaryContentColor: RemoteColor? = null

The secondary content color of the RemoteSplitCheckboxButton when disabled and unchecked, used for secondaryLabel content.

disabledUncheckedSplitContainerColor: RemoteColor? = null

The split container color of the RemoteSplitCheckboxButton when disabled and unchecked.

disabledUncheckedBoxColor: RemoteColor? = null

The box color of the RemoteSplitCheckboxButton when disabled and unchecked.

Public properties

ContentPadding

Added in 1.0.0-alpha12
val ContentPaddingRemotePaddingValues

The default content padding used by RemoteSplitCheckboxButton.

Height

Added in 1.0.0-alpha12
val HeightRemoteDp

The default minimum height applied for the RemoteSplitCheckboxButton.

shape

Added in 1.0.0-alpha12
val shapeRemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the outer container of RemoteSplitCheckboxButton.

splitSectionsShape

Added in 1.0.0-alpha12
val splitSectionsShapeRemoteRoundedCornerShape

Recommended RemoteRoundedCornerShape for the split sections.