JchuPurchaseScaffoldConfig
constructor(headerConfig: JchuPurchaseHeaderConfig = JchuPurchaseHeaderConfig(), searchConfig: JchuPurchaseSearchConfig = JchuPurchaseSearchConfig(), emptyContent: @Composable () -> Unit = { JchuDefaultEmptyContent() }, errorContent: @Composable (String?) -> Unit = { JchuDefaultEmptyContent("Unable to load content") }, hiddenFavoritesContent: @Composable () -> Unit = { JchuDefaultEmptyContent("All achieved") }, scaffoldColors: JchuPurchaseScaffoldColors = JchuPurchaseScaffoldColors())