VoidWidget constructor
const
VoidWidget({
- Key? key,
Creates a VoidWidget widget.
Implementation
const VoidWidget({Key? key}) : super(key: key);
Creates a VoidWidget widget.
const VoidWidget({Key? key}) : super(key: key);