Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 9, 2023 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/62b8af48602c2d2bc9f357dff2c0ad76 to your computer and use it in GitHub Desktop.
Save KatieBarnett/62b8af48602c2d2bc9f357dff2c0ad76 to your computer and use it in GitHub Desktop.
TextConfigProvider
class TextConfigProvider : PreviewParameterProvider<String> {
override val values: Sequence<String> = sequenceOf(
"Primary text", "Secondary text"
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment