Skip to content

Commit 590b375

Browse files
committed
Remove CustomPropertiesMixin from AccordionNode.
1 parent 45ae40d commit 590b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/api/nodes/accordion_node.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ part 'accordion_node.g.dart';
1616
/// content.
1717
@JsonSerializable()
1818
class AccordionNode extends SceneNode
19-
with ChildrenMixin, RowColumnMixin, CustomPropertiesMixin, IsolatedMixin {
19+
with ChildrenMixin, RowColumnMixin, IsolatedMixin {
2020
@override
2121
final String type = 'accordion';
2222

0 commit comments

Comments
 (0)