blob: 0cfdb050ce5d6788ba3f0709cadd86153bca4ab7 [file] [log] [blame]
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
abstract class RenderBox {
bool hitTestSelf(Offset position) => false;
}