안녕하세요. 새로운 flutter를 적용해서 개발을 진행하는데 쉽지는 않네요. 일단 Flutter에서 가장 많이 쓰이는 RaisedButton 에서 보통 사이즈를 지정하는 것이 나와 있지 않아서 찾은 해법입니다. Referrence : api.flutter.dev/flutter/widgets/SizedBox-class.html SizedBox class - widgets library - Dart API A box with a specified size. If given a child, this widget forces its child to have a specific width and/or height (assuming values are permitted by this widget's parent)..