blob: 0c393f31d4fd7246f9977fb46f0c683356791b7a [file] [log] [blame]
abstract class RenderBox {
bool hitTestSelf(Offset position) => false;
}