AppMovieDetailInfo

fun AppMovieDetailInfo(year: String, duration: String, genre: String, rating: Double?, modifier: Modifier = Modifier)

A specialized component to display detailed movie metadata and rating. Used primarily in the detail screen header.

Parameters

year

The release year.

duration

The duration string (e.g., "148 min").

genre

The genre of the content.

rating

Optional numeric rating (e.g., 4.5).

modifier

Modifier to be applied to the layout.