Note Item
Composable function to display a single note item in a Card.
Parameters
note
The Note object to display.
on Delete
Lambda function to be called when the delete action is triggered for this note.
on Restore
Optional lambda function to be called when the restore action is triggered (used for deleted notes).