StatefulWidget constructor

StatefulWidget({
  1. Key? key,
})

Creates a stateful widget.

Implementation

StatefulWidget({super.key});