Top Bar Config
constructor(route: String? = null, title: String? = null, subtitle: String? = null, onBack: () -> Unit? = null, onClose: () -> Unit? = null, onFavorite: () -> Unit? = null, onMenuClick: () -> Unit? = null, onSearchClick: () -> Unit? = null, useTransparent: Boolean = false, backgroundColor: Color = Color.Unspecified, profileImageSource: AppImageSource? = null, onProfileClick: () -> Unit? = null)