useInheritedMediaQuery property Null safety

bool useInheritedMediaQuery
final

If true, an inherited MediaQuery will be used. If one is not available, or this is false, one will be built from the window.

Cannot be null, defaults to false.

Implementation

final bool useInheritedMediaQuery;