StatefulWidget constructor

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

Creates a StatefulWidget.

Implementation

const StatefulWidget({super.key});