Skip to content

Commit

Permalink
Doc fix corresponding error in FlexColorScheme.dark as PR #166 fixed …
Browse files Browse the repository at this point in the history
…in FlexThemeData.dark
  • Loading branch information
rydmike committed Jul 14, 2023
1 parent eecfec2 commit 116664b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/flex_color_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3160,9 +3160,9 @@ class FlexColorScheme with Diagnosticable {
/// 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

0 comments on commit 116664b

Please sign in to comment.