getDocumentInfoColorScheme

fun getDocumentInfoColorScheme(backgroundColor: Color = MaterialTheme.colorScheme.background, groupTitleTextColor: Color = MaterialTheme.colorScheme.onBackground, itemTitleTextColor: Color = MaterialTheme.colorScheme.onBackground, itemValueTextColor: Color = MaterialTheme.colorScheme.primary, itemValueHintTextColor: Color = MaterialTheme.colorScheme.primary, groupIconColor: Color = MaterialTheme.colorScheme.primary, fabBackgroundColor: Color = MaterialTheme.colorScheme.primaryContainer, fabIconColor: Color = contentColorFor(MaterialTheme.colorScheme.primaryContainer)): DocumentInfoColorScheme

Creates a DocumentInfoColorScheme with the specified colors for document info UI components.

Return

A configured DocumentInfoColorScheme instance.

Parameters

backgroundColor

Background color for the document info view.

groupTitleTextColor

Text color for group titles.

itemTitleTextColor

Text color for item titles.

itemValueTextColor

Text color for item values.

itemValueHintTextColor

Text color for item value hints.

groupIconColor

Color for group icons.

fabBackgroundColor

Background color for the floating action button.

fabIconColor

Icon color for the floating action button.