get Document Info Color Scheme
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
background Color
Background color for the document info view.
group Title Text Color
Text color for group titles.
item Title Text Color
Text color for item titles.
item Value Text Color
Text color for item values.
item Value Hint Text Color
Text color for item value hints.
group Icon Color
Color for group icons.
fab Background Color
Background color for the floating action button.
fab Icon Color
Icon color for the floating action button.