highContrast function

bool highContrast(
  1. BuildContext context
)

Implementation

bool highContrast(BuildContext context) {
  return mediaQuery(context).highContrast;
}