Skip to content

Commit 31d2f35

Browse files
Merge pull request #1118 from eunryong-hwang/main
add shape that missed filterChip property
2 parents 9082e0e + 8a2d25a commit 31d2f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/fields/form_builder_filter_chips.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class FormBuilderFilterChip<T> extends FormBuilderField<List<T>> {
136136
pressElevation: pressElevation,
137137
materialTapTargetSize: materialTapTargetSize,
138138
padding: padding,
139+
shape: shape,
139140
checkmarkColor: checkmarkColor,
140141
clipBehavior: clipBehavior,
141142
labelStyle: labelStyle,

0 commit comments

Comments
 (0)