Chip Widget Chip Widget 정보만 표시하고 삭제할 수 있는 간단한 표현을 할때 사용합니다. Chip( labelPadding: EdgeInsets.all(2.0), avatar: CircleAvatar( backgroundColor: Colors.white70, child: Text(label[0].toUpperCase()), ), label: Text( label, style: TextStyle( color: Colors.white, ), ), backgroundColor: color, elevation: 6.0, shadowColor: Colors.grey[60], padding: EdgeInsets.all(8.0), ); Action Chip Action Chip 비활성화할 수 없다는 점을 제외하고는 다른 칩과 속성이 동일하여 비활성화할 수 없습니다.
ActionChip( elevation: 8.0, padding: EdgeInsets.all(2.0), avat...
#
action
#
rawchips
#
rawchip
#
raw
#
inputchips
#
inputchip
#
input
#
flutter
#
filterchips
#
filterchip
#
filter
#
choicechips
#
choicechip
#
choice
#
chips
#
chip
#
actionchips
#
actionchip
#
플러터