
This reverts commit af9f424d5db7694ad80006f97d8403500ecd9991. Reverts flutter/flutter#39439 Reason: this passed the local device lab test on my Macbook but it failed in the actual device lab. Will investigate, fix, and reland. TBR: @dnfield @goderbauer @tvolkert @Hixie
8 lines
334 B
Dart
8 lines
334 B
Dart
// Copyright 2015 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
const String kCullOpacityRouteName = '/cull_opacity';
|
|
const String kCubicBezierRouteName = '/cubic_bezier';
|
|
const String kBackdropFilterRouteName = '/backdrop_filter';
|