Skip to content

Commit 2bec7d6

Browse files
committed
add shape that missed filterChip property
1 parent e8302de commit 2bec7d6

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)