DocumentInfoColorScheme

data class DocumentInfoColorScheme(val backgroundColor: Color, val groupTitleTextColor: Color, val itemTitleTextColor: Color, val itemValueTextColor: Color, val itemValueHintTextColor: Color, val groupIconColor: Color, val fabBackgroundColor: Color, val fabIconColor: Color)

Color scheme for the document info view.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, groupTitleTextColor: Color, itemTitleTextColor: Color, itemValueTextColor: Color, itemValueHintTextColor: Color, groupIconColor: Color, fabBackgroundColor: Color, fabIconColor: Color)

Properties

Link copied to clipboard

Background color of the document info view.

Link copied to clipboard

Background color for the floating action button.

Link copied to clipboard

Icon color for the floating action button.

Link copied to clipboard

Color used for group icons.

Link copied to clipboard

Text color for group/section titles.

Link copied to clipboard

Text color for item titles.

Link copied to clipboard

Text color for item value hints/placeholders.

Link copied to clipboard

Text color for item values.