Nothing constructor

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

Constructs a Nothing widget.

Implementation

const Nothing({super.key});