NullableStatefulWidget constructor

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

Creates a nullable stateful widget.

Implementation

const NullableStatefulWidget({super.key});