728x90 반응형 Width1 flutter에서 OutlinedButton width 변경 방법 SizeBox 사용 SizedBox( width: 200, // set the width to 200 child: OutlinedButton( onPressed: () { // add your onPressed logic here }, child: Text('My Button'), ), ); Container 사용 Container( width: 200, // set the width to 200 child: OutlinedButton( onPressed: () { // add your onPressed logic here }, child: Text('My Button'), ), ); container 미국∙영국 [kənˈteɪnə(r)] 1. 그릇, 용기 2. (화물 수송용) 컨테이너 2023. 3. 23. 이전 1 다음 728x90 반응형