blob: b0b69997972f1b89679de7fcc658e85ee3c0ce7f [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Elevations elevations = Elevations();
class Elevations {
/// Ask bar is placed above all stories.
double get systemOverlayElevation => 200.0;
}