common.dart 452 Bytes
Newer Older
1 2 3 4
// 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.

5
const String kCullOpacityRouteName = '/cull_opacity';
6
const String kCubicBezierRouteName = '/cubic_bezier';
7
const String kBackdropFilterRouteName = '/backdrop_filter';
8
const String kSimpleAnimationRouteName = '/simple_animation';
9
const String kPictureCacheRouteName = '/picture_cache';