Custom Period Picker

fun CustomPeriodPicker(show: MutableState<Boolean>, viewModel: AnalysesScreenViewModel, trendPeriod: GlycemicTrendPeriod)

Custom picker used to select a custom range of dates to retrieve the trend data of a custom period

Parameters

show

Whether the picker is shown

viewModel

The support viewmodel of the screen

trendPeriod

The period to use as maximum threshold to select the dates