StatementListView constructor
const
StatementListView({})
Implementation
const StatementListView({
super.key,
required this.neoTechCoreNodeKey,
required this.statements,
required this.canDelete,
required this.canReorder,
required this.onChanged,
required this.onDuplicate,
required this.onCopiedStatement,
required this.onPastedStatement,
});