Text display problem
For some reason I see these yellow lines both in debug and release builds below text and don't understand the reason. Text has no custom font or complicated style (only size, color and weight). Any ideas?
The same single widget appearance inside main app widget (to the left) and inside overlay widget (to the right):
flutter_overlay_window version 0.4.5 from pub.dev
No any logcat errors / warnings tagged flutter or OverLay
Found out decorations have been somehow applied to my text widgets, setting decorationThickness to 0 and decorationColor to transparent solved the issue.
But it seems something is broken because flutter default fontFamily: "Play" isn't applied to Text widgets in the overlay.
Try to wrap your widget with material widget