checkIntrinsicSizes property

bool checkIntrinsicSizes
override

The value to set debugCheckIntrinsicSizes to while tests are running.

This can be used to enable additional checks. For example, AutomatedTestWidgetsFlutterBinding sets this to true, so that all tests always run with aggressive intrinsic sizing tests enabled.

Implementation

@override
bool get checkIntrinsicSizes => true;