반응형
ClipRRect 위젯으로 감싸주고 borderRadius를 주면 된다.
ClipRRect(
borderRadius: BorderRadius.circular(8.0),
child: Image.network(
imagePath,
fit: BoxFit.fill,
), // Text(key['title']),
),
반응형
'Flutter > code' 카테고리의 다른 글
[플러터] Flutter Getx 페이지 전환 및 데이터 전달 (0) | 2021.10.11 |
---|---|
[플러터] Flutter GridView 사이 간격 (0) | 2021.10.10 |
[플러터] Flutter Text overflow (0) | 2021.10.08 |
[플러터] Flutter TextField icon, 테두리 적용 (0) | 2021.10.07 |
댓글