benchmarkWidgets.semanticsEnabled default false. (#35280)
In order not to break existing benchmarks.
This commit is contained in:
@@ -173,7 +173,7 @@ void testWidgets(
|
||||
Future<void> benchmarkWidgets(
|
||||
WidgetTesterCallback callback, {
|
||||
bool mayRunWithAsserts = false,
|
||||
bool semanticsEnabled = true,
|
||||
bool semanticsEnabled = false,
|
||||
}) {
|
||||
assert(() {
|
||||
if (mayRunWithAsserts)
|
||||
|
||||
Reference in New Issue
Block a user