[web] TextField is blurry in web, if wrapping Container is smaller than text bounds · Issue #58159 · flutter/flutter

Steps to Reproduce Run flutter create bug. Update the files as follows: import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widg...