code: ```dart import 'package:flutter/material.dart'; void main() => runApp( MaterialApp( home: Scaffold( body: Center( child: TextField(), ), ), ), ); ``` result: https://user-images.githubusercontent.com/11473691/109631945-73479200-7b81-11eb-9910-a4b24fefcc50.mp4 flutter --version Flutter 1.27.0-9.0.pre.149 • channel master • https://github.com/flutter/flutter.git Framework • revision 9964e8fe38 (6 小时前) • 2021-03-01 23:00:02 -0500 Engine • revision 17f6bfc480 Tools • Dart 2.13.0 (build 2.13.0-90.0.dev)