RatingBarSize

interface RatingBarSize

An interface defining the styling options for the KPRatingBar composable function.

RatingBarSize provides customizable attributes for the appearance of the rating bar, including the size of the star icons, the size of the camera icon (if displayed), and the text style used for the rating and review count text.

Inheritors

Properties

Link copied to clipboard
abstract val cameraIconSize: DpSize

The size of the camera icon, if displayed, defined as a DpSize.

Link copied to clipboard
abstract val starIconSize: Dp

The size of each star icon in the rating bar.

Link copied to clipboard
abstract val textSize: TextStyle

The text style to be applied to the rating value and review count text.