This is the part ```FloatingActionButton(onClick =...
# exposed
n
This is the part
Copy code
FloatingActionButton(onClick = {
                    transaction {
                        Activity.new { description = "Another New Activity"; completed = false }
                    }
                })