is the `@PreviewParameter` planned to have an opti...
# compose
m
is the
@PreviewParameter
planned to have an options to provide names as well? E.g. instead of providing just the sequence of specific items, it could have
Pair<String, T>
where string would be the name for the composable preview. (searched here but didn't find such topic yet)