Nil constructor

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

Nil 空组件

Implementation

const Nil({super.key});