1// Copyright 2014 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5/// @docImport 'binding.dart';
6library;
7
8/// Overrides the setting of [SemanticsBinding.disableAnimations] for debugging
9/// and testing.
10///
11/// This value is ignored in non-debug builds.
12bool? debugSemanticsDisableAnimations;
13