FlutterView in the v1 embedding is always a SurfaceView and will cover
accessibility highlights when transparent. Consider migrating to the v2 Android embedding,
using FlutterView.RenderMode.texture, and setting
FlutterView.TransparencyMode.transparent. See also
https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects.