Nil constructor

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

Creates a Nil widget.

Implementation

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