Material Widget은 property가 없는 여러 widget에 material widget이 가진 property를 넘겨줄 수 있다.
Clipping
Material widget은 shape, type, borderRadius 와 같은 property를 주입할 수 있다.
Clipper
1. ClipOval
2. ClipRect
3. ClipRRect
4. ClipPath
Default는 cilpBehavior는 Clip.none 이다.
Clip.none VS Clip.none (x)
Elevation
Elevation을 줄 수도 있다!
투명도를 줄 수 있다!
Ink Effect
Material shows lnk effects implemented by InkFeatures like inkSplash and inkHighlight
https://api.flutter.dev/flutter/material/Material-class.html
'Flutter > Widget' 카테고리의 다른 글
[Widget] LayoutBuilder (0) | 2021.12.20 |
---|---|
[Widget] MaterialStateProperty of Button (0) | 2021.12.09 |
[Widget] Is there a way to load async data on initState method? (0) | 2021.12.07 |
[Widget] CheckBox (0) | 2021.11.30 |
[Widget] TextField, TextFormField (validate) (0) | 2021.11.30 |