Skip to content

Conversation

@swift-kim
Copy link
Member

@swift-kim swift-kim commented Mar 30, 2022

Currently a boldText flag is being passed to the engine when the High Contrast option is set in the TV settings. A highContrast flag must used instead.

Contributes to flutter-tizen/flutter-tizen#151. Should be rebased upon #264.

The invertColors feature support will be added after this change.

Code example:

return MaterialApp(
  theme: ThemeData(colorScheme: const ColorScheme.light()),
  highContrastTheme:
      ThemeData(colorScheme: const ColorScheme.highContrastLight()),
  ...
);

@swift-kim swift-kim changed the title Improve the high contrast accessibility feature Rework the high contrast accessibility feature Mar 30, 2022
@bbrto21 bbrto21 merged commit f6a2e2e into flutter-tizen:flutter-2.10.1-tizen Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants