Skip to content

Instantly share code, notes, and snippets.

@rutvik110
Created August 7, 2022 16:43
Show Gist options
  • Save rutvik110/841296bd48c427e01fca826ca60ce252 to your computer and use it in GitHub Desktop.
Save rutvik110/841296bd48c427e01fca826ca60ce252 to your computer and use it in GitHub Desktop.
highcontrast_flutter
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