
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
사진과 같은 부분이 제 노트북에선 잘 보이는데 다른피씨에서는 깨져나와요
문제가 무엇일까요? 감사합니다

작성한 코드 및 에러 메세지
child: TextField(
decoration: InputDecoration(
hintText: '영화 제목을 검색해주세요.',
suffixIcon: Icon(Icons.search)
appBar: AppBar(
title: Text('Movie Reviews',
style: TextStyle(fontSize: 36.0, fontWeight: FontWeight.bold)),
actions: <Widget>[
IconButton(
icon: Icon(Icons.person),
onPressed: () {},
