checkIntrinsicSizes property

bool checkIntrinsicSizes
@protected

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

@protected
bool get checkIntrinsicSizes => false;