Note constructor
const
Note({
- required String note,
- PropertyMetadata? metadata,
Implementation
const Note({required this.note, this.metadata});
const Note({required this.note, this.metadata});