Tree constructor

const Tree({
  1. Key? key,
})

Implementation

const Tree({super.key});