MainToolbarColors

data class MainToolbarColors(val backgroundColor: Color, val textColor: Color, val popup: ToolbarPopupColors, val titleTextColor: Color)

Color scheme for the main toolbar in the PDF viewer.

Constructors

Link copied to clipboard
constructor(backgroundColor: Color, textColor: Color, popup: ToolbarPopupColors, titleTextColor: Color)

Properties

Link copied to clipboard

Background color of the toolbar.

Link copied to clipboard

Color scheme for toolbar popup menus.

Link copied to clipboard

Primary text color used in the toolbar.

Link copied to clipboard

Color used for the toolbar title text.