Update 'attributes' list type to enable nulls in header style dropdown config. (#1631)
In `select_header_style_dropdown_button_configurations.dart`, the 'attributes' list type has been modified. Now it accepts 'Attribute<int?>' instead of 'Attribute<int>'. This change allows for custom dropdown attributes with a nullable level. Co-authored-by: Sobhan Moradi <sobhan.moradi@getflip.com>pull/1634/head
parent
97f12c71d5
commit
67122a3282
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue