Flutter 3

Button에 Border Radius 를 만들고 싶을때

Flutter 관련된 화면 UI를 만들다 보니 막히는 부분이 많네요 ㅠ. ㅠ 일단 Material Class에 대한 이해를 안 하고 단순 예제파일만 보고 진행을 하다보니 막히는것 같습니다. Material Class 에 대한 소개는 아래와 같습니다. Reference Url : api.flutter.dev/flutter/material/Material-class.html Material class - material library - Dart API A piece of material. The Material widget is responsible for: Clipping: If clipBehavior is not Clip.none, Material clips its widget sub-tree to t..

flutter 2020.05.27

RaisedButton의 사이즈를 지정하고 싶을때

안녕하세요. 새로운 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)..

flutter 2020.05.26