Created
August 7, 2022 16:43
-
-
Save rutvik110/841296bd48c427e01fca826ca60ce252 to your computer and use it in GitHub Desktop.
highcontrast_flutter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Container( | |
color: MediaQuery.of(context).highContrast ? highContrastBgColor : BgColor, | |
child: const Text("Hello World!"), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment