Nothing constructor

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

Creates a nothing widget.

Implementation

const Nothing({Key? key}) : super(key: key);