Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flex_theme_data_extensions.dart #166

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/src/flex_theme_data_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1392,9 +1392,9 @@ extension FlexThemeData on ThemeData {
/// If you do not define a [colorScheme], the used colors will be determined
/// by the [colors] and [scheme] properties. However, when a [colorScheme]
/// is defined it takes precedence. The [brightness] in the provided
/// [colorScheme] is always ignored and set to [Brightness.light] since this
/// is the light theme mode factory. Make sure the colors used in your color
/// scheme are intended for a light theme.
/// [colorScheme] is always ignored and set to [Brightness.dark] since this
/// is the dark theme mode factory. Make sure the colors used in your color
/// scheme are intended for a dark theme.
///
/// If you define a [surfaceMode] and set [blendLevel] > 0, then [surface],
/// [surfaceVariant], [background] and [inverseSurface] colors in the
Expand Down