NullableStatefulWidget constructor
const
NullableStatefulWidget({
- Key? key,
Creates a nullable stateful widget.
Implementation
const NullableStatefulWidget({super.key});
Creates a nullable stateful widget.
const NullableStatefulWidget({super.key});