Skip to content

Commit

Permalink
Remove olf info abut text selection theme in core, as it is removed i…
Browse files Browse the repository at this point in the history
…n this version.
  • Loading branch information
rydmike committed Jul 19, 2023
1 parent e823d91 commit 4d082a7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/src/flex_color_scheme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5446,14 +5446,6 @@ class FlexColorScheme with Diagnosticable {
/// This is a slight change from the ColorScheme default that uses
/// surface color.
///
/// * In `TextSelectionThemeData`, the standard for `selectionColor` is
/// `colorScheme.primary` with opacity value `0.4` for dark-mode and `0.12`
/// for light mode. Here primary with `0.5` for dark-mode and `0.3` for
/// light mode is used. The standard for `selectionHandleColor` is
/// `colorScheme.primary`, here we use the slightly darker shade
/// `primaryColorDark` instead, which does not have a proper color
/// scheme color value in Flutter standard `ColorScheme` based themes.
///
/// * A predefined slightly opinionated [InputDecorationTheme] is used. It
/// sets `filled` to `true` and fill color to color scheme primary color
/// with opacity `0.035` in light mode and opacity `0.06` in dark-mode.
Expand Down

0 comments on commit 4d082a7

Please sign in to comment.