VoidWidget constructor

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

Creates a VoidWidget widget.

Implementation

const VoidWidget({super.key});