Skip to content

Instantly share code, notes, and snippets.

@nb312
Created January 20, 2019 18:07
Show Gist options
  • Save nb312/0ec56be80e9d14929dfd6c0501412e63 to your computer and use it in GitHub Desktop.
Save nb312/0ec56be80e9d14929dfd6c0501412e63 to your computer and use it in GitHub Desktop.
enum ButtonTextTheme {
/// Button text is black or white depending on [ThemeData.brightness].
normal,
/// Button text is [ThemeData.accentColor].
accent,
/// Button text is based on [ThemeData.primaryColor].
primary,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment